problems starting Eclipse on Linux Mandrake platform [message #11490] |
Mon, 22 July 2002 14:59 |
Eclipse User |
|
|
|
Originally posted by: gtrofin.covistra.com
Hello everybgody,
I'm trying to execute eclipse on a Linux Mandrake platform.
I used eclipse-SDK-2.0-linux-motif.zip
I get en error :
java.lang.ClassNotFoundException: <path>/startup/jar
at java.lang.Class.forName(Class.java:native)
at java.lang.Class.forName(Class.java:55)an error java.
Please give me a tip.
Gabriel
|
|
|
Re: problems starting Eclipse on Linux Mandrake platform [message #13080 is a reply to message #11490] |
Sun, 28 July 2002 21:25 |
Eclipse User |
|
|
|
Originally posted by: dcengija_remove_.inet.hr
Gabriel wrote:
> Hello everybgody,
>
> I'm trying to execute eclipse on a Linux Mandrake platform.
> I used eclipse-SDK-2.0-linux-motif.zip
> I get en error :
> java.lang.ClassNotFoundException: <path>/startup/jar
> at java.lang.Class.forName(Class.java:native)
> at java.lang.Class.forName(Class.java:55)an error java.
> Please give me a tip.
Looks like your classpath is mis-set. I'm using exactly the same
configuration as you do. This is what I have:
/opt/java/jdk <- this is where the JDK is
JAVA_HOME=/opt/java/jdk
PATH=$PATH:$JAVA_HOME/bin
unpack the zip file, you'll have a directory called 'eclipse'. Change to
that dir and just run ./eclipse (in prompt).
If it doesn't work then we'll need to look a little bit deeper.
--
Davor Cengija, dcengija_remove_@inet.hr
|
|
|
|
Powered by
FUDForum. Page generated in 0.03767 seconds