The classpath is the list of JAR files that the Java runtime environment searches for classes and other resource files.
To configure the Application Server’s JVM classpath:
The CLASSPATH environment variable is convenient for basic tutorials in programming, but is not recommended for enterprise environments.
For example, you would specify the JAR file of a database driver. See Integrating a JDBC Driver.
The native library path is a concatenation of the server’s relative path for its native shared libraries, the standard JRE native library path, the shell environment setting (LD_LIBRARY_PATH on UNIX), and any path specified on the JVM Profiler Settings page.
See Also: