This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compiling error question
- To: "Matthew R. MacIntyre" <matt at matty dot dyndns dot org>
- Subject: Re: compiling error question
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Thu, 20 Sep 2001 07:34:28 -0700 (PDT)
- Cc: java at gcc dot gnu dot org
- References: <15273.63104.620226.620505@granger.hogwarts.ca>
- Reply-To: apbianco at cygnus dot com
Matthew R. MacIntyre writes:
> Can someone explain why this doesn't work?
gcj doesn't know where to look for DataNotReadyException. You should
position your CLASSPATH environment variable or use the --CLASSPATH
option to help it:
gcj --CLASSPATH=src -c -o src/Hanoi.o src/Hanoi.java
./A