JDK 1.5 support?
"Gili" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Now that JDK 1.5 is officially out, are there any plans to fix JDK 1.5 support? I've recently started getting
the following errors when loading BCEL-processed files:
Exception in thread "main" java.lang.VerifyError: (class: org/jdesktop/jdic/tray
/win32/DefaultSystemTray, method: jaceUserStaticInit signature: ()V) Illegal constant pool index
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at org.jdesktop.jdic.tray.SystemTray.getDefaultSystemTray(SystemTray.java:60)
at org.jdesktop.jdic.tray.TrayDemo.main(TrayDemo.java:31)
I don't get this loading error if I use the file before running BCEL against it. As such, I think BCEL is
likely responsible for corrupting the class files. Any ideas?
Gili