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

[617 byte] By [greenfan88] at [2007-11-26 11:18:29]
# 1
Hi, you have compiled your class with a later version as the app server runs... I have seen the same error when I tried this.
therijn at 2007-7-7 3:33:45 > top of Java-index,Web & Directory Servers,Directory Servers...