[jboss-dev-forums] [Javassist development Forum] - Support for Java 6 class file format
Yanic
do-not-reply at jboss.com
Mon Mar 10 19:07:35 EDT 2008
Hi Chiba,
What's the 'official' stand on support for the Java 6 class file format?
I'm running into issues when instrumenting Java 6 class files (format 50), even though my code works fine when the code-to-be-instrumented is recompiled for Java 5 (format=49).
Since I'm using javassist in a development tool, recompiling is generally not an option for me or my users.
If the Java 6 format is not supported
- are there any plans to support it in the near future?
- is there anything I can do to convert it at load-time before the instrumentation starts (I noticed ClassFile#setVersionToJava5)?
Best regards,
Yanic
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135483#4135483
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135483
More information about the jboss-dev-forums
mailing list