WaterBucketz
New Member
Recently I started coding with eclipse and the project I was working on required me to downgrade Java 8 to 7.
I did this to JDK and Runtime Environment. I reinstalled eclipse but I keep getting this error:
Failed to load the JNI shared library "C:\Program Files\Java\jre7\bin\client\jvm.dll".
I Googled this and followed the following instructions:
This didn't help. I keep getting the same error.
Please help.
I did this to JDK and Runtime Environment. I reinstalled eclipse but I keep getting this error:
Failed to load the JNI shared library "C:\Program Files\Java\jre7\bin\client\jvm.dll".
I Googled this and followed the following instructions:
- Find the jvm.dll in your JRE directory: C:\Program Files\Java\jre7\server\bin\jvm.dll.
- Find the jvm.dll in your JDK directory: c:\Program Files\Java\jdk1.7.0_xx\jre\bin\server\
- Copy the jvm.dll from JRE drectory into your JDK directory and overwrite the jvm.dll in JDK.
This didn't help. I keep getting the same error.
Please help.