A quick google for "is not a Java .class file" bcel [1] and particularly [2] showed that at aspectwerkz.codehaus.org they have written bcel-patch.jar for some reason. I am investigating it.
Ivan [1]http://www.google.com/search?hl=en&lr=&safe=off&q=%22is+not+a+Java+.class+file%22+bcel&btnG=Search [2]http://lists.codehaus.org/pipermail/aspectwerkz-user/2003-December/000620.html --- Peter Reilly <[EMAIL PROTECTED]> wrote: > I see the same underlying exception, > I used: > } catch (InvocationTargetException > t) { > throw new > BuildException(t.getTargetException()); > } > and saw: > . > . > . > --- Nested Exception --- > java.lang.ClassFormatError: is not a Java .class > file > at > org.apache.bcel.classfile.ClassParser.readID(ClassParser.java:287) > at > org.apache.bcel.classfile.ClassParser.parse(ClassParser.java:156) > > . > Peter > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
