I am having a situation where I am developing my code using SUN JDK 1.5 but when deploy into IBM WebSphere 6.1, I hit this error:
00000018 Digester E org.apache.commons.digester.Digester endElement End event threw exception java.lang.ClassCastException: sun.reflect.GeneratedMethodAccessor18 incompatible with sun.reflect.MagicAccessorImpl
I did a search that IBM and SUN are 2 different thing. May I know is there a work around on this issue? Or do I need to migrate my development to IBM jdk?
THanks @!