-2

Possible Duplicate:
Failed to Load the JNI shared Library (JDK)

I have download new classic eclipse 64 bits i also changed in eclipse.ini and android jdk tools also install but still getting below error. Failed to load the JNI shared library "C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll how to solve problem?

Please Help me.

Community
  • 1
  • 1
Prashant
  • 3
  • 1
  • 1
  • 5

2 Answers2

7

From this what i am seeing is you are using 32 bit version of java.

To overcome this issue you must install 64-bit version of Java.

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Vipul
  • 27,808
  • 7
  • 60
  • 75
-2

Try to set your computer's path (in environmental variables) to the bin file of your Java JDK ( C:\Program Files (x86)\Java\jre6\bin).

ninge
  • 1,592
  • 1
  • 20
  • 40