In order to allow running Eclipse Luna under debian wheezy, add the following lines to your eclipse.ini file:
--launcher.GTK_version
2
--launcher.GTk_version
2
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
Using -noSplash
or setting SWT_GTK3=0
may help, too.
Install eclimd and run it
if you loging in root and build eclimd with root ,you can't startup eclimd .To slove this problem
edit the eclimd file in you /opt/ecliped and change the first line .I don't get any trouble with doing that .
you need to edit you .classpath file or maybe you want to import you own library .There is some notes you must create you won lib folder and put you xxx.jar into it.
<?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="lib"/> <classpathentry kind="lib" path="lib/algs4.jar" sourcepath="lib/algs4.jar"/> </classpath>