I'm having problems to run eclipse in my job - at my home desktop I got everything as a 64 bit version. What I did was copy the folders to my job desktop and it doesn't. I checked the architecture here and it's 64 bits too. The failure come from both sides:
If I set my virtual machine as:
C:\jre7\bin\javaw.exe
I receive the error from code 13.
If I set the virtual machine as
C:\jre7\bin\client\jvm.dll
I receive the error from "Can't load shared library"
my source researches were :
- Failed to load the JNI shared Library (JDK)
- Eclipse reported "Failed to load JNI shared library"
- Cannot run Eclipse; JVM terminated. Exit code=13
- Can't start Eclipse - Java was started but returned exit code=13
- Eclipse crashes at startup; Exit code=13
Resuming:
Home desktop - Windows 64, JRE 64, Eclipse Juno 64
Job desktop - Windows 64, JRE 64, Eclipse Juno 64
Anyone got any idea of what I could do? Cos with my research everything I tryed was in vain.