
Eclipse
The JVM shared library "/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/../lib/server/libjvm.dylib"
does not contain the JNI_CreateJavaVM symbol.
I ran into the above error while trying to run eclipse for the first time on M1 Mac Big Sur running OpenJDK Zulu Java version 11.
I was able to resolve this error by the below steps,
- Locate Eclipse in Applications folder,
- Right Click on it - Show Package Contents
- Go to Contents folder and open info.plist file,
- In the <arrays> tag add the below after installing Oracle Java 1.8 version.
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/bin/java</string>
Have Questions? Post them here!
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!