This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Questions about exception error with gnu.testlet.java.io.PrintWriter.jdk11 & gnu.testlet.java.io.FilterWriter.write


"Patrick Ellis" <Patrick dot Ellis at sas dot com> writes:

> I get the following exceptions when trying to compile
> gnu.testlet.java.io.PrintWriter.jdk11 &
> gnu.testlet.java.io.FilterWriter.write.  Is there anything in the
> code missing or is the URLpackage missing?

Seems okay to me.

jikes -bootclasspath /home/cbj/cvs/classpath/build/lib/glibj.zip
-classpath /home/cbj/cvs/mauve -d
. gnu/testlet/java/io/FilterWriter/write.java
gnu/testlet/java/io/PrintWriter/jdk11.java

OR

jikes -bootclasspath /usr/java/j2sdk1.4.1/jre/lib/rt.jar -classpath
/home/cbj/cvs/mauve -d . gnu/testlet/java/io/FilterWriter/write.java
gnu/testlet/java/io/PrintWriter/jdk11.java

Both complete without error.

Brian
-- 
Brian Jones <cbj at gnu dot org>


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