This is the mail archive of the
eclipse@sources.redhat.com
mailing list for the gcj-compiled eclipse project.
Re: Recognizing gcj as default StandardVM (JRE System Library)
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: eclipse at sources dot redhat dot com
- Date: 02 Aug 2003 10:00:16 -0600
- Subject: Re: Recognizing gcj as default StandardVM (JRE System Library)
- References: <1059832556.11511.53.camel@elsschot.wildebeest.org>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> It took me some time to convince eclipse to recognize
Mark> gcj/gij/libgcj as standard vm. It is probably best to patch
Mark> org.eclipse.jdt.internal.launching.StandardVMType to better
Mark> detect that it is running as native binary.
Yeah, that's on my to-do list. BTW thanks for finding the location to
change, that will make it a little easier :-)
Mark> That way everything works out of the box for me.
Mark> (sun.boot.class.path is clearly not a documented standard system
Mark> property so Eclipse should really not use it.)
Time for another eclipse.org bug report.
Mark> P.S. The mailinglist archives at http://sources.redhat.com/ml/eclipse/
Mark> don't seem to work.
I'll fix this a bit later.
Tom