How do you find out what is happening to a running Java application? You can find Notepad.jar in $JAVA_HOME/demo/jfc/Notepad. Once the Notepad application has started ...
In our previous article, we used jconsole to look into a running Java application. The jconsole tool is only available on JavaSE 5 and later releases. Using jconsole, we can find out information like ...