This is the mail archive of the
eclipse@sources.redhat.com
mailing list for the gcj-compiled eclipse project.
Re: RPM question from the native compiled page
- From: Tom Tromey <tromey at redhat dot com>
- To: "Eastwick, Adam" <aeastwic at lehman dot com>
- Cc: "'eclipse at sources dot redhat dot com'" <eclipse at sources dot redhat dot com>
- Date: 17 Sep 2003 19:33:48 -0600
- Subject: Re: RPM question from the native compiled page
- References: <5F84A09ECDD5D411973000508BE3247020EF6812@exnyc07.lehman.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Eastwick, Adam <aeastwic@lehman.com> writes:
Adam> It seems to indicate that this is a 2.0.1 release instead of 2.1.0
Yeah, that's fixed here. I don't remember if this fix made it into
beta 2 (which, btw, is a public beta) or not.
Adam> It takes way too long to load for not using a JVM, although I
Adam> cannot get it to start without using a -vm <path to JVM> option.
Hmm. If you use -vm <path to JVM>, then it is starting with whatever
vm you tell it.
Make sure you have all the prerequisites. What happens when you just
invoke "eclipse"? Do you get anything in workspace/.metadata/.log?
Adam> I downloaded the snapshot-xxxxxx-.eclipse-2.1.0-12.rpm from the
Adam> ~jhealy page. Is this the correct one, or am I doing something wrong?
That should be it.
Tom