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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -