Failed to load the JNI shared Library (JDK)

前端 未结 30 2556
自闭症患者
自闭症患者 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:58

    I had a similar problem. It was solved doing the following.

    • Move Eclipse to Program Files (not to Program Files (x86)).
    • Remove the path to the 32-bit version of Java from the 'path' environment variable.

    I have both versions of Java installed, but Eclipse kept trying to use the 32-bit one.

提交回复
热议问题