我找了一個解決方案,但我找到的所有人都沒有工作。'無法加載JNI共享庫「C: Program Files Java jre7 bin client jvm.dll」'
- 我有三重檢查,我有兩個64位JRE/JDK和Eclipse
- 我已經加入了「-vm」參數eclipse.ini文件。
這裏的文件內容:
-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835
-product org.eclipse.epp.package.standard.product
--launcher.defaultAction openFile
--launcher.XXMaxPermSize 256M
-showsplash org.eclipse.platform
--launcher.XXMaxPermSize 256m
--launcher.defaultAction openFile
--launcher.appendVmargs
-vm C:\Program Files\Java\jdk1.7.0_45\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
編輯:現在的工作,VM參數指出了錯誤的文件!
你的'JAVA_HOME'設置爲?嘗試'設置JAVA_HOME =「C:\ Program Files \ Java \ jdk1.7.0_45」'。 –
「-vm」(和其他-xxx選項)的參數應該在參數後面的單獨一行中,而不是在同一行上。 –