java.lang.UnsupportedClassVersionError:
Hellos.
I am try to fire off my java from a workflow.
When I try to use it in a workflow by having an activity run my java class as an action I get the following in red...
java.lang.UnsupportedClassVersionError: com/mycomp/fi/gmnutil (Unsupported major.minor version 49.0)
What does thismean?
I am using IdM 5.5 and Sun AS 8.0. I placed the gmnutil.class file in $WSHOME/WEB-INF/classes/com/mycomp/fi restarted AS. I have tested the java class by invoking it from a rule. Seems ok.
java -fullversion gives: 1.5.0_06-b05
I guess I compiled the class using java 1.5.0_06

