Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Eclipse for SuSE 8.0...
Eclipse for SuSE 8.0... [message #371067] Tue, 17 June 2003 23:24 Go to next message
Eclipse User
Originally posted by: mephri.infolink.co.id

I'm trying to install Eclipse under Linux OS. I'm using SuSE Linux 8.0. But,
I still don't understand why it doesn't work. I use the latest release 2.1
and JRE Standard Edition version 1.3.1_01. Could someone help me? Thanks...

--meph++
Re: Eclipse for SuSE 8.0... [message #371068 is a reply to message #371067] Wed, 18 June 2003 00:39 Go to previous messageGo to next message
Eclipse User
Originally posted by: mephri.infolink.co.id

Below is the error shown:

JVM terminated. Exit code=1
/usr/lib/java/bin/java
-cp /home/maverick/eclipse/startup.jar org.eclipse.core.launcher.Main
-os linux
-ws motif
-arch x86
-showsplash /home/maverick/eclipse/eclipse -showsplash 600


----- Original Message -----
From: "Mephri" <mephri@infolink.co.id>
Newsgroups: eclipse.platform.swt
Sent: Wednesday, June 18, 2003 10:24 AM
Subject: Eclipse for SuSE 8.0...


> I'm trying to install Eclipse under Linux OS. I'm using SuSE Linux 8.0.
But,
> I still don't understand why it doesn't work. I use the latest release 2.1
> and JRE Standard Edition version 1.3.1_01. Could someone help me?
Thanks...
>
> --meph++
Re: Eclipse for SuSE 8.0... [message #371080 is a reply to message #371068] Wed, 18 June 2003 10:26 Go to previous messageGo to next message
Grant Gayed is currently offline Grant Gayed
Messages: 2128
Registered: July 2009
Senior Member
Can you post the contents of the error log in
/home/maverick/eclipse/eclipse/workspace/.metadata/.log ?

Some pre-emptive guesses:
- put /home/maverick/eclipse/eclipse on front of your LD_LIBRARY_PATH and
start eclipse from this directory (ie.- "./eclipse ...")
- ensure that you have write access to at least eclipse's workspace
directory
- ensure that you used unzip and NOT jar to unzip the downloaded archive

Grant


Mephri wrote:

> Below is the error shown:

> JVM terminated. Exit code=1
> /usr/lib/java/bin/java
> -cp /home/maverick/eclipse/startup.jar org.eclipse.core.launcher.Main
> -os linux
> -ws motif
> -arch x86
> -showsplash /home/maverick/eclipse/eclipse -showsplash 600


> ----- Original Message -----
> From: "Mephri" <mephri@infolink.co.id>
> Newsgroups: eclipse.platform.swt
> Sent: Wednesday, June 18, 2003 10:24 AM
> Subject: Eclipse for SuSE 8.0...


> > I'm trying to install Eclipse under Linux OS. I'm using SuSE Linux 8.0.
> But,
> > I still don't understand why it doesn't work. I use the latest release 2.1
> > and JRE Standard Edition version 1.3.1_01. Could someone help me?
> Thanks...
> >
> > --meph++
Re: Eclipse for SuSE 8.0... [message #371085 is a reply to message #371080] Wed, 18 June 2003 11:57 Go to previous messageGo to next message
Eclipse User
Originally posted by: muelleimer.usenet.katzien.de

* Grant Gayed <grant_gayed@ca.ibm.com> wrote:
> - ensure that you used unzip and NOT jar to unzip the downloaded archive

Why? I'm asking, because I do that with the eclipse sources and it
works...

Jan
Re: Eclipse for SuSE 8.0... [message #371107 is a reply to message #371085] Thu, 19 June 2003 09:21 Go to previous messageGo to next message
Grant Gayed is currently offline Grant Gayed
Messages: 2128
Registered: July 2009
Senior Member
Jan,

There have been many problem reports in the past of Eclipse not starting
on linux w/motif if jar is used instead of unzip. The error was "File too
short: libXm.so.2"; it's a link, so I think jar doesn't handle it properly.

Using jar to extract eclipse source probably is not a problem though.

Grant

Jan Schulz wrote:

> * Grant Gayed <grant_gayed@ca.ibm.com> wrote:
> > - ensure that you used unzip and NOT jar to unzip the downloaded archive

> Why? I'm asking, because I do that with the eclipse sources and it
> works...

> Jan
Re: Eclipse for SuSE 8.0... [message #371115 is a reply to message #371107] Thu, 19 June 2003 10:19 Go to previous messageGo to next message
Eclipse User
Originally posted by: muelleimer.usenet.katzien.de

* Grant Gayed <grant_gayed@ca.ibm.com> wrote:
> There have been many problem reports in the past of Eclipse not starting
> on linux w/motif if jar is used instead of unzip. The error was "File too
> short: libXm.so.2"; it's a link, so I think jar doesn't handle it properly.

Ok, I didn't know about this link...

> Using jar to extract eclipse source probably is not a problem though.

Ok :)

Jan, never change a running system...
Re: Eclipse for SuSE 8.0... [message #371135 is a reply to message #371080] Wed, 18 June 2003 23:35 Go to previous messageGo to next message
Eclipse User
Originally posted by: mephri.infolink.co.id

It works now. It was all because the path was still pointing to the old JRE.
I don't know why the installation didn't change the path.

--meph++
Re: Eclipse for SuSE 8.0... [message #371136 is a reply to message #371107] Fri, 20 June 2003 04:34 Go to previous messageGo to next message
Eclipse User
Originally posted by: mephri.infolink.co.id

Yes, that's right. But I just created a new link. Solved ;-)...

--meph++

"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:bcsddb$ogm$1@rogue.oti.com...
> Jan,
>
> There have been many problem reports in the past of Eclipse not starting
> on linux w/motif if jar is used instead of unzip. The error was "File too
> short: libXm.so.2"; it's a link, so I think jar doesn't handle it
properly.
>
> Using jar to extract eclipse source probably is not a problem though.
>
> Grant
>
> Jan Schulz wrote:
Re: Eclipse for SuSE 8.0... [message #371137 is a reply to message #371067] Fri, 20 June 2003 04:41 Go to previous messageGo to next message
Eclipse User
Originally posted by: mephri.infolink.co.id

Now I have a new question. Where can I get a free running PDE for C++
development?

TIA.
--meph++
Re: Eclipse for SuSE 8.0... [message #371147 is a reply to message #371137] Fri, 20 June 2003 09:12 Go to previous message
Eclipse User
Originally posted by: veronika_irvine.oti.com

See:

http://www.eclipse.org/cdt

"Mephri" <mephri@infolink.co.id> wrote in message
news:bcuhb5$bek$1@rogue.oti.com...
> Now I have a new question. Where can I get a free running PDE for C++
> development?
>
> TIA.
> --meph++
>
>
Previous Topic:Eclipse and SWT
Next Topic:Use SysMonthCal32 in SWT
Goto Forum:
  


Current Time: Mon May 20 10:33:23 EDT 2013

Powered by FUDForum. Page generated in 0.01809 seconds