Hi, When I use javassist to transfers class files,I met this problem.When source class files' version is upper to 1.4. the target classes can not be invoked in an applet(JRE 1.4). Get a class.FormatError(extra bytes). When I change the class version info by myself.(eg. form CAFE BABE 0000 002E... to CAFE BABE 0003 002D... )This problem is not existed.(Because JRE1.4's profilers). So How can I control the output class file's version?Thanks!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850591#3850591 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850591 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
