Eclipse error after installing e(fx)clipse

纵饮孤独 提交于 2019-12-13 11:14:07

问题


After I installed e(fx)clipse on my Eclipse 2018-09, I only get an error at the startup:

An error has occurred. See the log file."

You can see the log file at: pastebin.com/zXffdy2v

I don't know what went wrong, it seemed it installed correctly. I'm using this installer for Java JDK: jdk-11.0.1_windows-x64_bin.


回答1:


This is because you are using Java 11 which does not provide javax.xml.bind anymore.

Some of the plug-ins you need haven't been fixed to deal with this.

Using Java 10 should be OK.



来源:https://stackoverflow.com/questions/53017682/eclipse-error-after-installing-efxclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!