gcj -bootclasspath doesn't work anymore?

Tom Tromey tromey@redhat.com
Fri Sep 6 08:37:00 GMT 2002


>>>>> "Per" == Per Bothner <per@bothner.com> writes:

Tom> Still, why not ship a `javac'-like wrapper script?  I haven't seen an
Tom> argument against doing it.  Debian does it, presumably indicating that
Tom> they've seen a need for one.

Per> You mean:

Per> #!/bin/sh
Per> exec gcj -C "$@"

Actually, I was thinking of something that would also ignore javac
arguments we don't support: -X, -source, -sourcepath, -target, etc.
The script Michael Koch sent does this.

Tom



More information about the Java mailing list