
en.help.ref-serverinstjvmpathsettings.html Maven / Gradle / Ivy
JVM Classpath Settings
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.
- Environment Classpath
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.
- Server Classpath
The Enterprise Server classpath. This is a read-only field.
- System Classpath
The path to the classes on your system.
- Classpath Prefix
Full paths to the JAR files to be prepended to the server's classpath, one per line.
- Classpath Suffix
Full paths to the JAR files to be appended to the server's classpath, one per line.
- Native Library Path Prefix
Full paths to the JAR files to be prepended to the native library path, one per line.
- Native Library Path Suffix
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.
Related Tasks
Related asadmin Commands