Solution to Eclipse-4.4 crash in Debian-7.6
Today the system from Debian-7.1 to 7.6, so the trouble will come ~
The reason for eclipse-4.4 crash under the Debian-7.6 is that the current glibc library version is lower than 2.14, and many software needs glibc> = 2.14 to run. The tragedy is that the Debian repository only has glibc of version 2.13, so it cannot be upgraded through apt-get. However, there are other ways to run eclipse:
1. Add parameters before vmargs in eclipse. ini
-- Launcher. GTK_version
2. Set the SWT_GTK environment variable to 0.
Note: If you add eclipse to dash Quick Start, you must modify the system-level environment variables to take effect ~ /. Bashrc can start eclipse normally only through the command line. We recommend that you directly modify/etc/profile and add:
Export SWT_GTK3 = 0
Now eclipse can run happily ~ Laugh
Reference: https://bugs.eclipse.org/bugs/show_bug.cgi? Id = 438588 # c2
This article permanently updates the link address: