Eclipse does not start in Ubuntu. I have java installed:
$ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
Error that I get when I start Eclipse:
JVM terminated. Exit code = 13 / usr / bin / java -Dosgi.requiredJavaVersion = 1.8 -XX: + UseG1GC -XX: + UseStringDeduplication -Dosgi.requiredJavaVersion = 1.8 -Xms256m -Xmx1024m -jar /home//Descargas/eclipse//plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar -os linux -ws gtk -arch x86_64 -showsplash /home//Downloads/eclipse//plugins/org.eclipse.platform_4.6.2.v20161124-1400/splash.bmp -launcher / home / / Downloads / eclipse / eclipse -name Eclipse --launcher.library /home//Downloads/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740/eclipse_1618.so -startup /home//Descargas/eclipse//plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar --launcher.appendVmargs -exitdata 21000a -product org.eclipse.epp.package.jee.product -vm / usr / bin / java -vmargs -Dosgi.requiredJavaVersion = 1.8 -XX: + UseG1GC -XX: + UseStringDeduplication -Dosgi.requiredJavaVersion = 1.8 -Xms256m -Xmx1024m -jar / home / /Downloads/eclipse//plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
It used to work for me, but it broke my interface and I had to update some gtk packages. I really do not understand the error that comes out. I've tried to reinstall Eclipse and it's the same.
Any suggestions?