LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Eclipse installation problem (https://www.linuxquestions.org/questions/linux-software-2/eclipse-installation-problem-107455/)

FreeLancer 10-23-2003 02:42 AM

Eclipse installation problem
 
I try to start Eclipse installation:
eclipse -data /home/mario/Documents/Eclipse/ -vm /usr/java/j2re1_4_0/bin/

and I got a message that it can't find the startup.jar although it is present int -data directory
p.s.
I use Mandrake 9.0

hw-tph 10-23-2003 04:18 AM

Ugly solution, but it works: cd to the directory where you have eclipse installed, then to its jre subdir. Symlink the bin dir from your jre:
# cd /usr/local/eclipse/jre
# ln -s /usr/java/j2re1_4_0/bin .


Substitute /usr/local/eclipse with your path to the eclipse installation directory.

Håkan

FreeLancer 10-26-2003 02:57 AM

Still got a message that sartup.jar isn*t in the same directory as a executable file.
And if I start eclipse with the click I got a message:
JVM Terminated. Exit code = 9
/usr/java/j2re1.4.2/bin/java
-cp /home/mario/Documents/eclipse/startup.jar
org.eclipse.core.launcer.Main
-os linux
-ws motif
-arch x86
-slowsplash /home/mario/Documents/eclipse
eclipse -showsplash 600


All times are GMT -5. The time now is 09:34 AM.