Sun N1 Grid Engine 6.1 User's Guide

Important Files for the Java Language Binding

To use the DRMAA Java language binding implementation included with N1 Grid Engine 6.1, you need to know where to find the important files. The most important file is the DRMAA JAR file sge-root/lib/drmaa.jar. To compile your DRMAA application, you must include the DRMAA JAR file in your CLASSPATH . The DRMAA classes are documented in the DRMAA JavadocTM, located in the sge-root/doc/javadocs directory. To access the Javadocs, open the file sge-root/doc/javadocs/index.html in your browser . When you are ready to run your application, you also need the DRMAA shared library, sge-root/lib/arch/libdrmaa.so, which provides the required native routines.