ajermakovics / jvm-mon

Console-based JVM monitoring tool
https://ajermakovics.github.io/jvm-mon/
Other
1.48k stars 117 forks source link

when start got error #20

Closed peng051410 closed 7 years ago

peng051410 commented 7 years ago

objc[56636]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/bin/java (0x10b6864c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x11333f4e0). One of the two will be used. Which one is undefined.

ajermakovics commented 7 years ago

Hi @peng051410

Seeing the same issue but it can't be solved in jvm-mon. Unfortunately it is a bug in java and the fix has not yet been released: http://stackoverflow.com/a/43182301/1180621

peng051410 commented 7 years ago

I got it, thank you very much!