0

Eclipse version :eclipse-jee-oxygen-3a-win32-x86_64 java : jdk1.7.0_79 System Info :

enter image description here

Eclipse error :

enter image description here

eclipse configuration settings file :

-startup plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.551.v20171108-1834 -product org.eclipse.epp.package.jee.product -showsplash org.eclipse.epp.package.common --launcher.defaultAction openFile --launcher.defaultAction openFile-vm C:\Program Files\Java\jdk1.7.0_79\bin\javaw.exe --launcher.appendVmargs -vmargs -Dosgi.requiredJavaVersion=1.7 [email protected]/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=1.7-Xms256m -Xmx512m --add-modules=ALL-SYSTEM

8

1 Answer 1

3

Eclipse Oxygen requires at least Java 8 to run even if osgi.requiredJavaVersion is set to 1.7.

In eclipse.ini the parameter -vm must be used directly before -vmargs. For details see Eclipse Wiki: Eclipse.ini - Specifying the JVM.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.