public inbox for eclipse@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: eclipse@sources.redhat.com
Subject: Re: Recognizing gcj as default StandardVM (JRE System Library)
Date: Sat, 02 Aug 2003 21:54:00 -0000	[thread overview]
Message-ID: <1059861262.32460.24.camel@elsschot.wildebeest.org> (raw)
In-Reply-To: <87k79wqa3s.fsf@fleche.redhat.com>

Hi,

On Sat, 2003-08-02 at 18:48, Tom Tromey wrote:
>
> What Mark is talking about is using the JDT with gcj.  Right now that
> is not easy to set up.

No, it took me a long time to figure out how to set it up. But once you
know that it expects a /usr/bin/java binary to be available and that
when running that binary on some byte code it can access the
system property sun.boot.class.path which should point to a jar or zip
file containing the core classes in byte code format then it is really
easy to setup:

- Install native eclipse (and the dependencies) from the RPMs you
  provided.
- Create a /usr/bin/java shell script containing to following:

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

Just start using the new project -> java wizard
and new file -> class wizard and you have your Hello World program
running in seconds.

Cheers,

Mark

  reply	other threads:[~2003-08-02 21:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-02 13:55 Mark Wielaard
2003-08-02 15:44 ` Jan Schulz
2003-08-02 16:55   ` Tom Tromey
2003-08-02 21:54     ` Mark Wielaard [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1059861262.32460.24.camel@elsschot.wildebeest.org \
    --to=mark@klomp.org \
    --cc=eclipse@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).