-1

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
  • 5
  • 1
  • 1
  • 5

2 Answers2

7

C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll how to solve problem?

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.

Vipul
  • 31,716
  • 7
  • 69
  • 86
-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,544
  • 1
  • 19
  • 39