【发布时间】:2015-09-23 07:02:38
【问题描述】:
我在启动时遇到了这个问题。我设法让它完美地工作,然后我进行了系统还原(这让我回到了拥有它之前),从那以后它就不起作用了,尽管我重新安装了它并像以前一样做了一切。根据卸载/更改程序菜单,我安装了 Java 7 Update 75(64 位)和 Java SE Development Kit 7 Update 75(64 位)。!
非常感谢大家!
JVM terminated. Exit code=2
C:\ProgramData\Oracle\Java\javapath\javaw.exe
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-jar
C:\Users\Tom\Desktop\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os win32
-ws win32
-arch x86_64
-showsplash
C:\Users\Tom\Desktop\eclipse\\plugins/org.eclipse.platform_4.4.2.v20150204-1700\splash.bmp
-launcher C:\Users\tom\Desktop\eclipse\eclipse.exe
-name Eclipse
--launcher.library
C:\Users\Tom\Desktop\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316\eclipse_1608.dll
-startup
C:\Users\Tom\Desktop\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.appendVmargs
-exitdate 1f18_68
-product org.eclipse.epp.package.java.product
-vm C:\ProgramData\Oracle\Java\javapath\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xmsm40
-Xmx512m
-jar
C:\Users\Tom\Desktop\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
【问题讨论】:
-
C:\ProgramData\Oracle\Java\javapath\javaw.exe 看起来很可疑。
-
您能详细说明一下吗?知道我能做些什么来解决它吗?
-
感谢您的建议,我试过了,但系统变量中没有 java 路径,所以无法删除。我尝试删除我的用户变量中的路径(在系统变量之上),但它没有修复它。出于某种原因,我有多个 jdk 版本,我应该删除一些吗?我在程序文件中的 Java 文件下有 jdk1.7.0_75 和 jdk1.8.0_40(我的程序文件 X86 中也有多个 jre 版本;jre1.8.0_31 和 jre1.8.0_40 而在我的非 X86 程序文件中仍然有一个文件夹)。
-
这不应该是一个问题,只要其中一个,即您要使用的,被列为 PATH 变量的一部分。