Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse won't start after installing Mac OS X Yosemite (Mac OS 10.10)

Right after upgrading to Mac OS Yosemite (10.10), my Eclipse won't start anymore. Instead I get

The JVM shared library /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib" does not contain the JNI_CreateJavaVM symbol.

I checked java -version and get

java version "1.8.0_05" Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) 

I search and have found one similar problem Reinstalling Java 7 JDK on OSX. It is suggesting a reinstallation of Java. I am not sure if my problem falls into the same category as his. So, is reinstallation a good way to solve the problem? Any other advice? Thanks!

like image 977
leonard Avatar asked Jun 03 '14 20:06

leonard


People also ask

Is Eclipse compatible with Mac?

The Eclipse Installer 2022‑06 R now includes a JRE for macOS, Windows and Linux.

Where is Eclipse installed OSX?

The eclipse. ini file is located in the Contents/MacOS folder.


Video Answer


1 Answers

Go to the link below and download Java for OS X 2014-001

http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US

Hopefully after installing it , it will work

like image 101
Taseen Avatar answered Sep 22 '22 03:09

Taseen