[Biojava-l] An exception has occurred in the compiler

Willy Valdivia Granda willy.valdivia@ndsu.nodak.edu
Sun, 22 Sep 2002 16:11:59 -0500


Hello

I am trying to compile a java application in Win XP with JDK 1.3.1_04. This
exception occurss when I try to complie using TEXPAD. The same same
application runs fine in a different machine with Win XP with JDK 1.3.1_04.
Does any one has any clue? Should I put my machine in the garbage? :-))

Thank you

Willy Valdivia Granda
Plant Stress Genomics and Bioinformatics Group
North Dakota State University
PO BOX 5130
Fargo, USA
701 231-8440 (Lab)
701 231 8255 (Fax)
www.ndsu.edu/virtual-genomics

An exception has occurred in the compiler (1.3.1_04). Please file a bug at
the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi).
Include your program and the following diagnostic in your report.  Thank
you.
java.lang.InternalError: jzentry == 0
	at java.util.zip.ZipFile$2.nextElement(ZipFile.java:292)
	at
com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:893)
	at com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1095)
	at com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1191)
	at com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1211)
	at com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:955)
	at com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:366)
	at com.sun.tools.javac.v8.comp.Enter._case(Enter.java:424)
	at com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:349)
	at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:392)
	at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:410)
	at com.sun.tools.javac.v8.comp.Enter.main(Enter.java:540)
	at com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:357)
	at com.sun.tools.javac.v8.Main.compile(Main.java:247)
	at com.sun.tools.javac.Main.main(Main.java:16)

Tool completed with exit code 4