我的日食无法正常启动,我尝试了两种方法:
在没有java_home设置的eclipse.ini中使用-vm选项,有以下错误:
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry.
我的eclipse.ini:
`-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
-vm
C:\software\java\jdk_1.7.0_89\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms256m
-Xmx1024m
`
谢谢大家!
答案 0 :(得分:0)