Failed to load the JNI shared Library (JDK)

前端 未结 30 2891
自闭症患者
自闭症患者 2020-11-22 07:09

When I try opening Eclipse, a pop-up dialog states:

Failed to load the JNI shared library \"C:/JDK/bin/client/jvm.dll\"`.

Follow

30条回答
  •  北荒
    北荒 (楼主)
    2020-11-22 07:57

    Downloaded 64 bit JVM from site and installed it manually and updated the system path variable. That solved the issue.

    1. Default JVM is installed in my system was in "C:\Program Files
      (x86)\Java\jre7"
    2. Manually installed JVM got installed in "C:\Program Files\Java\jre7" and after updating this pate to system path variable it worked.

提交回复
热议问题