无法在java 1.8下启动eclipse

时间:2014-12-17 20:26:25

标签: java eclipse

我无法在java 1.8升级后启动eclipse。错误截图已附加。这是我的eclipse配置设置。我该如何解决这个问题?

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Dhelp.lucene.tokenizer=standard
-Xms256m
-Xmx2048m
-Xverify:none


enter image description here

2 个答案:

答案 0 :(得分:1)

以下是用1.8运行eclipse你是否相应地将版本更改为1.7

  1. sudo add-apt-repository ppa:openjdk-r / ppa
  2. sudo apt-get update
  3. sudo apt-get install openjdk-8-jdk
  4. 运行$ sudo update-alternatives --config java
  5. 并输入您选择使用的JDK编号。选择选项" 0"或者你需要的那个。

    enter image description here

    1. 检查java版本" java -version
    2. 现在你应该可以运行Eclipse

答案 1 :(得分:-1)

添加

  

-vm C:\ Path \ to \ jre \ bin \ javaw.exe

这对我有用