Skip to content

Instantly share code, notes, and snippets.

@t0d0r
Created April 15, 2013 09:51
Show Gist options
  • Save t0d0r/5387054 to your computer and use it in GitHub Desktop.
Save t0d0r/5387054 to your computer and use it in GitHub Desktop.
jmx java
java \
-Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=3001 \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false \
-jar /usr/lib/jvm/jdk1.6.0_31/demo/plugin/jfc/Notepad/Notepad.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment