java - Eclipse crash with error JVM terminated. Exit code=11 -


eclipse crashes on ubuntu 14.04 after throwing below error message.

jvm terminated. exit code=11 /usr/bin/java -xms128m -xmx2048m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -xx:maxpermsize=1024m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar -os linux -ws gtk -arch x86_64 -showsplash /usr/lib/eclipse//plugins/org.eclipse.platform_3.8.1.dist/splash.bmp -launcher /usr/lib/eclipse/eclipse -name eclipse --launcher.library /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.dist/eclipse_1503.so -startup /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar --launcher.overridevmargs -exitdata ea0009 -vm /usr/bin/java -vmargs -xms128m -xmx2048m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -xx:maxpermsize=1024m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar  

eclipse version : 3.8.1

eclipse.ini

-startup plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.dist -showsplash org.eclipse.platform --launcher.xxmaxpermsize 512m --launcher.defaultaction openfile -vmargs -xms128m -xmx1024m -dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins 

workspace/.metadata/.log

!session 2016-01-29 16:32:26.126 ----------------------------------------------- eclipse.buildid=debbuild java.version=1.8.0_72 java.vendor=oracle corporation bootloader constants: os=linux, arch=x86_64, ws=gtk, nl=en_in command-line arguments:  -os linux -ws gtk -arch x86_64  !entry org.eclipse.ui 2 2 2016-01-29 16:37:51.223 !message invalid property category path: validationpropertiespage (bundle: org.eclipse.wst.xml.ui, propertypage: org.eclipse.wst.xml.ui.propertypage.project.validation) !session 2016-01-29 16:39:42.541 ----------------------------------------------- eclipse.buildid=debbuild java.version=1.8.0_72 java.vendor=oracle corporation bootloader constants: os=linux, arch=x86_64, ws=gtk, nl=en_in command-line arguments:  -os linux -ws gtk -arch x86_64  !entry org.eclipse.core.resources 2 10035 2016-01-29 16:39:44.621 !message workspace exited unsaved changes in previous session; refreshing workspace recover changes.  !entry org.eclipse.ui 2 2 2016-01-29 16:42:30.180 !message invalid property category path: validationpropertiespage (bundle: org.eclipse.wst.xml.ui, propertypage: org.eclipse.wst.xml.ui.propertypage.project.validation) 

i using oracle java version "1.8.0_72" below.

java version "1.8.0_72" java(tm) se runtime environment (build 1.8.0_72-b15) java hotspot(tm) 64-bit server vm (build 25.72-b15, mixed mode) 

i have tried open jdk , same problem occurred.

any solution or workaround avoid crash ?

from comments looks problem eclipse installation:

download latest 64bit eclipse form below: eclipse downloads

if after still face same problem:

  1. open eclipse.ini file eclipse installation folder.
  2. from specifying jvm, add following before -vmargs

    -vm
    \your-jre-path\bin\javaw.exe


Comments