如何解决It's likely you're attempting to run Eclipse using the JRE instead of the JDK

最近为了维护一个老项目,需要用到一个插件,在安装插件后运行该插件出现eclipse如下报错 It's likely you're attempting to run Eclipse using the JRE instead of the JDK. 具体原因是因为系统安装了最新的JDK1.8,可能JDK1.8对应的JRE有些东西改变了,JDK1.7时没遇到过这种问题。 解决方案一(成功解决问题):
相关文章
相关标签/搜索