public inbox for eclipse@sourceware.org
 help / color / mirror / Atom feed
* Recognizing gcj as default StandardVM (JRE System Library)
@ 2003-08-02 13:55 Mark Wielaard
  2003-08-02 15:44 ` Jan Schulz
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mark Wielaard @ 2003-08-02 13:55 UTC (permalink / raw)
  To: eclipse

Hi,

It took me some time to convince eclipse to recognize gcj/gij/libgcj as
standard vm. It is probably best to patch
org.eclipse.jdt.internal.launching.StandardVMType to better detect that
it is running as native binary. But for the moment I have just created a
/usr/bin/java executable which contains:

#!/bin/sh
/usr/bin/gij-ssa -Dsun.boot.class.path=/usr/share/java/libgcj-3.5-tree-ssa.jar $*

That way everything works out of the box for me.
(sun.boot.class.path is clearly not a documented standard system
property so Eclipse should really not use it.)

If there is a better way to do this, please let me know.

Cheers,

Mark

P.S. The mailinglist archives at http://sources.redhat.com/ml/eclipse/
don't seem to work.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-08-14 17:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-02 13:55 Recognizing gcj as default StandardVM (JRE System Library) Mark Wielaard
2003-08-02 15:44 ` Jan Schulz
2003-08-02 16:55   ` Tom Tromey
2003-08-02 21:54     ` Mark Wielaard
2003-08-02 21:45   ` Mark Wielaard
2003-08-02 16:07 ` Tom Tromey
2003-08-08 16:08 ` Andrew Haley
2003-08-14 17:38   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).