IDE Integrations
Use the VisualVM features in your favorite Java IDE!
NetBeans
Use the profiler in Apache NetBeans (3rd party) to analyze code within the NetBeans IDE. It utilizes a profiling engine similar to VisualVM and is tightly integrated into the IDE. Home »
Eclipse
Use the Eclipse Launcher to integrate VisualVM with the Eclipse IDE. The plugin enables starting VisualVM along with the executed application and automatically opens the application tab.
Installation: download the plugin (.zip, 39.1KB), unzip it and add as a local update site, then install the VisualVM Launcher Feature.
Configuration: setup the plugin by configuring path to JDK (not JRE) and VisualVM installation using Run/Debug-Launching-VisualVM Configuration.
Usage: create a custom application configuration and choose the VisualVM Launcher as application launcher for the Run/Debug actions.
IntelliJ IDEA
Use the VisualVM Launcher (3rd party) to integrate VisualVM with IntelliJ IDEA. The plugin enables starting VisualVM along with the executed application. Home »