-
Notifications
You must be signed in to change notification settings - Fork 317
Can't open visualvm with Windows11 + jdk24 #632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
VisualVM not yet supports JDK 24. Please run VisualVM on JDK 23 until JDK 24 is supported. |
How does one specify the JDK used by VisualVM? I'm not having much luck so far:
|
The answer is to use
|
FYI: More info about commandline options is available at https://visualvm.github.io/docs/command-line-options.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Can't open visualvm user interface.
To Reproduce
Steps to reproduce the behavior:
Just click on the launcher or call it via command line
Expected behavior
A clear and concise description of what you expected to happen.
VisualVM log
$ ./visualvm -J-Dorg.graalvm.visualvm.jmx.level=100 -J-Dorg.graalvm.visualvm.jvm.level=100
WARNING: package com.sun.java.swing.plaf.gtk not in java.desktop
WARNING: package sun.awt.X11 not in java.desktop
Error occurred during initialization of VM
java.lang.Error: A command line option has attempted to allow or enable the Security Manager. Enabling a Security Manager is not supported.
at java.lang.System.initPhase3(java.base@24/System.java:1947)
messages.log is available via Help | About | Logfile and
via VisualVM | About VisualVM | Logfile on macOS
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: