Cannot connect to the Java VisualVM Plug-in Center, then manually download and install it

Unable to connect to the Java VisualVM plug-in center because Server returned HTTP response code: 503 for URL: http://www.oracle.com/splash/java.net/maintenance/index.html

https://visualvm.github.io/idesupport.html

Download

VisualVM is distributed as a standalone tool here and bundled with the GraalVM. Both are the same bits with the same features. Standalone tool runs on any compatible JDK, bundled tool is configured to run using the host GraalVM.

VisualVM has also been distributed in Oracle JDK 6~8 as Java VisualVM. It has been discontinued in Oracle JDK 9. See the Upgrading Java VisualVM page to learn how to upgrade to the latest VisualVM.

VisualVM 2.0.5 (.zip, 17.2 MB)

macOS Application Bundle (.dmg, 19.0 MB)


IDE Integrations | Plugins Offline | Previous Releases

Systems:

Microsoft Windows
Linux
macOS

Java:

Oracle JDK 8~15
OpenJDK 8~15
GraalVM 19~20

What's New:

Full support for Java 15
Drag and drop for snapshots
Improved support for OpenJ9

 

See the Release Notes for details on system requirements, new features, API changes and fixed bugs.

Follow the Getting Started guide to learn how to use VisualVM. To get more details, see the Features and Plugins sections and read the VisualVM Documentation. See the Troubleshooting Guide if experiencing any problems with starting or using the tool.

 

Can ide integration

https://visualvm.github.io/idesupport.html

IDE Integrations

Use the VisualVM features from within your favorite Java IDE!

New: Display sources from VisualVM in your favorite Java IDE! Learn how.

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 »

Guess you like

Origin blog.csdn.net/wxb880114/article/details/109799389