java -Djava.library.path=../lib
-classpath ../lib/wrappertest.jar:../lib/wrapper.jar:Service.jar:../lib/mysql-connector-java-3.0.17-ga-bin.jar
-Dwrapper.key=Ksxtsmvr7iAmVJ-T
-Dwrapper.port=32001
-Dwrapper.jvm.port.min=31000
-Dwrapper.jvm.port.max=31999 -Dwrapper.pid=1731
-Dwrapper.version=3.3.0
-Dwrapper.native_library=wrapper
-Dwrapper.service=TRUE
-Dwrapper.cpu.timeout=10
-Dwrapper.jvmid=1
org.tanukisoftware.wrapper.WrapperSimpleApp com.jobirn.Service
-classpath sets the class path for the JVM, i.e. the path where it will look for classes. The others (starting with -D ) all set System properties. Of these, java.library.path sets the path where the JVM will look for native libraries. The other system properties are used to configure the Java Service Wrapper product.
-classpath tells the VM how to find classes
-Dx=y sets the system property x to value y; the exact effect depends on the property:
java.library.path is used to find native librarieswrapper.*) looks like it's read by a third party library.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With