https://issues.apache.org/bugzilla/show_bug.cgi?id=28069
Dave Brosius <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|REOPENED |RESOLVED Resolution| |WONTFIX --- Comment #5 from Dave Brosius <[EMAIL PROTECTED]> 2008-09-12 18:09:48 PST --- Running javap on the file, produces the same problems, so i believe this is just a bad class file. C:\>javap -v LocaleElements_zh__PINYIN java.lang.ClassFormatError: invalid constant type: 60 at sun.tools.javap.ClassData.readCP(ClassData.java:180) at sun.tools.javap.ClassData.read(ClassData.java:81) at sun.tools.javap.ClassData.<init>(ClassData.java:52) at sun.tools.javap.JavapPrinter.<init>(JavapPrinter.java:28) at sun.tools.javap.Main.displayResults(Main.java:201) at sun.tools.javap.Main.perform(Main.java:61) at sun.tools.javap.Main.entry(Main.java:49) at sun.tools.javap.Main.main(Main.java:34) ERROR:fatal error Exception in thread "main" java.lang.NullPointerException at sun.tools.javap.JavapPrinter.javaclassname(JavapPrinter.java:791) at sun.tools.javap.JavapPrinter.printclassHeader(JavapPrinter.java:60) at sun.tools.javap.JavapPrinter.print(JavapPrinter.java:36) at sun.tools.javap.Main.displayResults(Main.java:202) at sun.tools.javap.Main.perform(Main.java:61) at sun.tools.javap.Main.entry(Main.java:49) at sun.tools.javap.Main.main(Main.java:34) I'd suggest looking at the tool that generated the class file. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]