java - Disabling jmx SSL -


i trying set following system property when start java vm. following oracle guide in order set java jmx properties monitoring , management using jmx technology.
command line tried execute in cmd :

java -d com.sun.management.jmxremote.ssl=false.

but getting error:
impossible find or load pricipal class com.sun.management.jmxremote.ssl

could me ?

there should no space between -d , parameter key.

correct value is: -dcom.sun.management.jmxremote.ssl=false


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -