The problem we are having is specifically with the Object classes from MicroEmu CLDC stubs.
We figured out that pyx4me is generating an invalid bytecode for this class.
The decompiled methods for all other classes are something like
public String aMethod() {
throw new Error("API Stub has been used");"
}
The methods of the Object when decompiled are like the following...