Problem
Failed to load JNI shared library C:\Program Files (x86)\eclipse\jre\bin\client\jvm.dll" on windows 7 - 64 bit
Reason
Incompatible Jre
Resolution
Make sure that your version of Eclipse and JDK match, either both 64-bit or both 32-bit. Install 64 bit jdk and set the path of new jre in PATH.
Still Facing Problem. Join the Forum. Click Here ..Failed to load JNI shared library C:\Program Files (x86)\eclipse\jre\bin\client\jvm.dll" on windows 7 - 64 bit
Reason
Incompatible Jre
Resolution
Make sure that your version of Eclipse and JDK match, either both 64-bit or both 32-bit. Install 64 bit jdk and set the path of new jre in PATH.
To Make sure that you have 64-bit Java , follow these steps -
Type "java -version" on command prompt and You should get the following messsage if its 64 bit.
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
To make sure that your windows is 64 bit
Type "java -version" on command prompt and You should get the following messsage if its 64 bit.
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
To make sure that your windows is 64 bit
Go to Control Panel -> System and Security -> System
Check System Type within System section.
Check System Type within System section.