Launching the Eclipse mac installer 64 bit (Eclipse Installer.app downloaded from http://www.eclipse.org/downloads/index-developer.php?oxygen) on Mac OS Sierra 10.12.3 fails and displays the alert message :
The JVM shared library "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/../lib/server/libjvm.dylib" does not contain the JNI_CreateJavaVM symbol.
My System Preference panel tells me that I have the recommended version of Java (Java 8 update 121).
I tried different things as suggested on different posts (including Eclipse won't start after installing Mac OS X Yosemite (Mac OS 10.10)) :
- I made sure to use the 64 bits version
- I tried to go back to Java 6 (downloaded from Apple website) but then I get a message telling that I need the latest version of Java (Java 8) to install Eclipse
- I tried older versions of Eclipse (Mars, etc.) but the installer returns the same alert message
- I tried to re-install Java after editing SystemVersion.plist as suggested here but got the same message.
- I installed Java from the jdk8 website and JDK from the oracle website (as suggested by greg-449) but still the same alert message.
Thanks for your help.