The classpath is the list of JAR files that the Java runtime environment searches for classes and other resources.
The JVM General Settings page opens.
The JVM Classpath Settings page opens.
The CLASSPATH environment variable is convenient for basic tutorials in programming, but is not recommended for enterprise environments.
To prepend multiple files, type one path per line.
For example, you would specify the JAR file of a database driver. See To Integrate a JDBC Driver.
To append multiple files, type one path per line.
To prepend multiple files, type one path per line.
To append multiple files, type one path per line.
The native library path is a concatenation of the following paths:
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)
Any paths that are specified on the JVM Profiler Settings page