The classpath is the list of JAR files that the Java runtime environment searches for classes and other resources.
The JVM Classpath Settings page contains the following options.
If the Ignore checkbox is selected, the CLASSPATH environment variable is ignored. The CLASSPATH environment variable is convenient for basic tutorials in programming, but is not recommended for enterprise environments.
The Enterprise Server classpath. This is a read-only field.
The path to the classes on your system.
Full paths to the JAR files to be prepended to the server's classpath, one per line.
Full paths to the JAR files to be appended to the server's classpath, one per line.
Full paths to the JAR files to be prepended to the native library path, one per line.
Full paths to the JAR files to be appended to the native library path, one per line.
The native library path is a concatenation of the server’s relative path for its native shared libraries, the standard runtime environment native library path, the shell environment setting (LD_LIBRARY_PATH on UNIX® systems), and any path specified on the JVM Profiler Settings page.