This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compile problem
- From: Tom Tromey <tromey at redhat dot com>
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Cc: java at gcc dot gnu dot org
- Date: 07 Feb 2002 12:56:50 -0700
- Subject: Re: compile problem
- References: <87zo2lyt58.fsf@tf1.tapsellferrier.co.uk>
- Reply-to: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
Nic> gcj -d classes -classpath $CLASSPATH \
Nic> ../paperclips/source/gnu/inet/mime/base64/Base64InputStream.java
Using --classpath suppresses the internal system path.
I looked and gcj.texi seems to get this wrong :-(
Try --CLASSPATH instead.
I'll fix the manual later on.
Nic> PS this starts the slow grind of getting paperclips to compile with
Nic> gcj... once that's done, we'll have a very nice webserver!
Cool.
Tom