Thursday, September 19, 2013

Eclipse Failed to Load the JNI Shared Library

Eclipse installed on my machine is working just fine. However, after installing Oracle BPA Suite 11g, Eclipse failed to lauch with this error:


Looking at the content of the error message, I can tell that the JDK/JRE or JVM has been altered as a result of install Oracle BPA. I verified it by going to the terminal and check java(JRE) and javac (JDK).Before the installation is version 6.25, but now it's 6.17!

So I go to System variable and check (sysdm.cpl)


It is confirmed that the installation of Oracle BPA has added this (C:\Program Files (x86)\Oracle BPA Suite11g\LocalServer\JDK\bin;C:\Program Files (x86)\Oracle BPA Suite11g\LocalServer\OLITE;) into the system variable Path.

After removing "C:\Program Files (x86)\Oracle BPA Suite11g\LocalServer\JDK\bin;C:\Program Files (x86)\Oracle BPA Suite11g\LocalServer\OLITE;"

Now Eclipse is working again!


No comments:

Post a Comment