Anonymous
Anonymous

Reputation: 193

Eclipse is not opening in linux environment

Am getting below error , when trying to open eclipse oxygen , in Red Hat Linux env 64 bit. installed jdk 8 also in the linux env.

JVM terminated. Exit code=1

/usr/java/jdk1.7.0_67-cloudera/bin/java

-Dosgi.requiredJavaVersion=1.8

[email protected]/eclipse-workspace

-XX:+UseG1GC

-XX:+UseStringDeduplication

-Dosgi.requiredJavaVersion=1.8

-Xms256m

-Xmx1024m

-jar /home/cloudera/Downloads/eclipse//plugins

/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar

-os linux

-ws gtk

-arch x86_64

-showsplash /home/cloudera/Downloads/eclipse//plugins

/org.eclipse.epp.package.common_4.7.3.20180405-1200/splash.bmp

-launcher /home/cloudera/Downloads/eclipse/eclipse

-name Eclipse

--launcher.library /home/cloudera/Downloads/eclipse//plugins

/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834

/eclipse_1630.so

-startup /home/cloudera/Downloads/eclipse//plugins

/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar

--launcher.appendVmargs

-exitdata 100015

-product org.eclipse.epp.package.jee.product

-vm /usr/java/jdk1.7.0_67-cloudera/bin/java

-vmargs

-Dosgi.requiredJavaVersion=1.8

[email protected]/eclipse-workspace

-XX:+UseG1GC

-XX:+UseStringDeduplication

-Dosgi.requiredJavaVersion=1.8

-Xms256m

-Xmx1024m

-jar /home/cloudera/Downloads/eclipse//plugins

/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar

Upvotes: 0

Views: 635

Answers (1)

Anitha.R
Anitha.R

Reputation: 354

This looks like eclipse is configured to use the wrong java version. Required is 1.8. But uses 1.7

Upvotes: 1

Related Questions