无法在java 1.8下启动eclipse

unable to start eclipse under java 1.8

在Java 1.8升级之后,我无法启动Eclipse。错误屏幕截图已附加。这是我的Eclipse配置设置。我该怎么解决这个问题?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-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


为了运行Eclipse with 1.8,您是否将版本相应地更改为1.7?

  • sudo添加apt存储库ppa:openjdk-r/ppa
  • 更新源
  • sudo apt get安装openjdk-8-jdk
  • 运行$SUDO更新选项——配置Java
  • 并输入JDK要使用的数字。选择选项"0"或您需要的选项。

    enter image description here

  • 检查Java版本"Java-版本"
  • 现在你应该可以运行Eclipse了


    添加

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

    这对我有用