Why does my Eclipse Luna 4.4 crash on Debian Wheezy 7.4 with Oracle JDK8 64bit? Why does my Eclipse Luna 4.4 crash on Debian Wheezy 7.4 with Oracle JDK8 64bit? linux linux

Why does my Eclipse Luna 4.4 crash on Debian Wheezy 7.4 with Oracle JDK8 64bit?


According to:https://bugs.eclipse.org/bugs/show_bug.cgi?id=430736

Add to 2 lines eclipse.ini:

--launcher.GTK_version2

The option --launcher.GTK_version should be before --launcher.appendVmargs

Problem (dialogs does not work properly) with TIBCO Jaspersoft® Studio - Visual Designer for JasperReports:

edit Jaspersoft Studio.ini like this:

-startupplugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar--launcher.GTK_version2--launcher.library

Or add this before start Jasper Studio (runubuntu.sh):

export SWT_GTK3=0


I found this solution at eclipse bugs page

export SWT_GTK3=0


try to edit your eclipse.ini file like this:

-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326-productorg.eclipse.epp.package.java.product--launcher.defaultActionopenFile-showsplashorg.eclipse.platform--launcher.XXMaxPermSize256m--launcher.defaultActionopenFile--launcher.GTK_version2--launcher.appendVmargs-vmargs-Dosgi.requiredJavaVersion=1.6-XX:MaxPermSize=256m-Xms40m-Xmx512m