Hello,
i have installed the eclipse package from slackbuilds.org -
http://slackbuilds.org/repository/14...pment/eclipse/ . i have java installed. Other applications requiring java (such as openoffice/libreoffice) are working. Here are some details.
When i start Eclipse from KDE i get the error:
Code:
The Eclipse executable launcher was unable to locate its
companion shared library.
When i start it from the command line, i get:
Code:
bash-4.2$ eclipse
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130521-0416: cannot open shared object file: No such file or directory
installed java version:
Code:
bash-4.2$ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
Eclipse executable:
Code:
bash-4.2$ which eclipse
/usr/bin/eclipse
eclipse.ini file is located under /opt/eclipse/eclipse.ini. Its contents is as follows:
Code:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130521-0416
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Xms40m
-Xmx512m
$JAVA_HOME
Code:
bash-4.2$ echo $JAVA_HOME
/usr/lib64/java
I think it used to work before. Last thing i was struggling to get running was calibre.
Any idea what could have broken the Eclipse installation?
Thank you!