-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
java.lang.NoClassDefFoundError: sun.management.Util in runtime on JDK 17 #3875
Labels
Comments
It seems this can be workarounded by adding |
Thanks for reporting this issue. I will take a closer look into it and get back to you. |
Hi @phejl. I have raised this issue internally with the native-image team. An answer will be provided accordingly. |
Please tag this issue with |
acogoluegnes
added a commit
to rabbitmq/rabbitmq-perf-test
that referenced
this issue
Nov 3, 2021
pivotal-rabbitmq-ci
pushed a commit
to rabbitmq/rabbitmq-perf-test
that referenced
this issue
Nov 8, 2021
acogoluegnes
added a commit
to rabbitmq/rabbitmq-perf-test
that referenced
this issue
Jun 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
ManagementFactory.getPlatformMBeanServer
in native-image (JDK 17) throws NoClassDefFoundError.Steps to reproduce the issue
Please include both build steps as well as run steps
1.
javac Test.java
native-image --no-fallback --allow-incomplete-classpath Test
./test
Describe GraalVM and your environment:
More details
The text was updated successfully, but these errors were encountered: