ClassFormatError happens when your JVM cannot load a class because it does not recognize it's format (e.g. JVM 1.4 trying to load class compiled by javac 1.5).
It's likely that J2ME requires an older target for classes.
Try to recompile your Hessian stuff with