Hello Friends, In this blog I am to going to share about the error that We mostly faced while Installing Eclipse in Window 7 and the error was "Failed to load to JNI shared library "C:\Program Files\Java\jre1.8.073\bin\client\jvm.dll".
What's the Reason For this Error?
Best Reason would be that you have install 64 bit version eclipse but you have download the jdk 32 bit.
For using the 64 bit version eclipse you need to install 64 bit version of java.
How to Solve this Issue ?
First Download the 64 bit version of jdk.
Install it on your system.
Set the path by Start -> My Computer ->Properties -> Environment Variables ->New.
Set path name JAVA_HOME to C:\Program Files\Java\jre7\bin.
Press OK .
Now we Need to Configure eclipse.ini file by the following way:
-vm
C:\Program Files\Java\jre7\bin\javaw.exe
Make sure that both lines should be in the Next Line.
0 Comment(s)