JConsole or Java Monitoring and Management Console
- Open command prompt
- Execute the command echo %TMP%
- Now you will get a path to a folder where temporary files are stored. E.g. C:\Users\Username\AppData\Local\Temp
- Go to that folder
- Remove the folder named hsperfdata_USERNAME
- Restart JConsole application and now you will have the list of currently running Java processes in the local process list
- You can also the JConsole directly from command line using the command jconsole PROCESS_ID
- Enjoy !!!