Created
April 15, 2013 09:51
-
-
Save t0d0r/5387054 to your computer and use it in GitHub Desktop.
jmx java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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