光子Eclipse JEE无法启动

时间:2018-08-30 08:09:52

标签: eclipse lombok eclipse-photon

为了使lombok正常工作,在仔细研究了之后,我在eclipse.ini中添加了一行。但是现在,即使删除该行,eclipse jee光子也不会启动。

相反,它显示如下消息:

enter image description here

eclipse配置包含:

-startup
plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
--launcher.library C:\Users\Vishwa\.p2\pool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM
-Declipse.p2.max.threads=10
-Domph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
-javaagent:lombok.jar

我添加了这一行

  

-Xbootclasspath / a:lombok.jar

我该怎么办?..任何帮助表示赞赏。

1 个答案:

答案 0 :(得分:1)

最暴力的解决方案为我工作。

我无法卸载它,因为在控制面板程序中找不到要删除的eclipse。因此,我再次从eclipse.exe重新安装了eclipse jee开发人员。

现在蚀开始了。