-
Notifications
You must be signed in to change notification settings - Fork 519
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
Unable to parse visualvm nps generated by visualvm 2.0.1 #65
Comments
SJK is using VisualVM from JDK classpath to parse files. That means parsing of VisualVM files will work only on Java 8. |
@aragozin I have the same issue but I'm explicitly using the same java to run sjk as the one i used to run visualVM and export the nps file with : |
Trick in SJK is to use Visual VM jars from local JDK (which have Visual VM 1.x bundled). Probably file format have changed in Visual VM 2.x |
@palec911 I am having the same issue - were you able to resolve this? |
Hi, I ran into issue where sjk seems unable to understand nps format.
VisualVM: v2.0.1
Jdk: v14
The text was updated successfully, but these errors were encountered: