Error opening the eclipse

Asked

Viewed 306 times

2

After I reinstalled Ubuntu on my laptop, while trying to open the eclipse appears the following error:

JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/joao/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /home/joao/eclipse//plugins/org.eclipse.platform_4.4.2.v20150204-1700/splash.bmp
-launcher /home/joao/eclipse/eclipse
-name Eclipse
--launcher.library
/home/joao/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/eclipse_1607.so
-startup    
/home/joao/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.appendVmargs
-exitdata 2d0009
-product org.eclipse.epp.package.jee.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/joao/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar 
  • +1 This happened to me also a couple of weeks ago. However, I did not know how to resolve. :(

  • Do you use Ubuntu 64 or 32 bits? You have installed the OpenJDK?

  • I use 64-bit Ubuntu and have jdk installed

  • Which JDK version do you use and which version of Java? Here it is asking for 1.6 (-Dosgi.requiredJavaVersion=1.6)

  • java version "1.9.0-ea" Java(TM) SE Runtime Environment (build 1.9.0-ea-B54) Java Hotspot(TM) 64-Bit Server VM (build 1.9.0-ea-B54, Mixed mode)

  • 1

    @Joãocarlos, try installing the Oracle JDK on Ubuntu and test again: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-viappa.html

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.