I've created JAR for some web code to put on our
test machine. Originally this was running smoothly, and then I changed the JVM to jdk1.4.2 (to compile some Regular Expression code). After uploading this code, I got the following error on an object I've never had problems with before.
failed with java.lang.UnsupportedClassVersionError: arc/web/servlets/pub/GetSoeOrder (Unsupported major.minor version 48.0) for arc.web.servlets.pub.GetSoeOrder
I got rid of the Regular Expression and changed the JVM back to the "detected JVM" setting (which is the eclipse JRE). I rebuilt all the code, but I'm still getting this error when I re-JAR the code and stick it on the test box.
Any suggestions?
Steve
FYI: I'm using:
WebSphere Studio Application Developer Integration Edition
Version: 5.0.0
Build id: 20030205_0822
[ May 19, 2004: Message edited by: steve nicholls ]