Failed to load the JNI shared Library (JDK)

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

    It is crucial to add the -vm parameter and its value on 2 lines AT THE BEGINNING of the eclipse.ini

    -vm C:\Program Files\Java\jdk1.7.0_45\bin\javaw.exe

提交回复
热议问题