Monday, 9 May 2016

[Eclipse] How to install VisualVM plug-in.(VisualVM 이클럽스 플러그인 추가)

VisualVM is very useful tool for monitoring java processes, calling MBean method and so on.

VisualVM is embedded in JDK 1.7+ named jvisualvm.exe.

I think VisaulVM is NetBean RCP Program. But it supports Eclipse plug-in.

But, I do not recommend this way. It is unnecessary. It is eqaul to run JVM and execute VisualVM.exe simultaneously.

1. Download Plug-in
http://visualvm.java.net/eclipse-launcher.html

















2. Unzip Plug-in
Unzip plug-in in eclipse plugins directory.















3. Install Plug-in
Help -> Install New Software...




















4. VisualVM Configuration
Windows -> Preferences
Set JDK Home and VisualVM exe file path.


5. Run Configuration
Run JVM and VisualVM.























6. Run


No comments:

Post a Comment