This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compiling error question



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]