World Map
Java Service Wrapper is the easiest way to make your product more reliable.
  • Free Trial
  • Buy Now
wrapper.java.classpath.use_environment Property

wrapper.java.classpath.use_environment

Kompatibel :3.4.1
Editionen :Professional EditionStandard EditionCommunity Edition
Betriebssysteme :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

The wrapper.java.classpath.use_environment property is used to configure whether the Wrapper passes the generated classpath to the JVM on the Java command line or by setting the CLASSPATH environment variable.

Example:
wrapper.java.classpath.use_environment=TRUE

In most cases, the default behavior is perfectly fine. The full classpath can cause the Java command line to be quite large however. Some users have requested the ability to avoid including the classpath in the command line so the Java command line is easier to work with with 3rd party tools.

NOTE

If this property is TRUE, it will replace the CLASSPATH environment variable in the Wrapper's environment. This means that if the Wrapper configuration file makes reference of a system CLASSPATH, it will will fail when the JVM is restarted if configuration file reloading is being used.