
Originally Posted by
grahamhughes
Привет!
If you specify CLDC-1.0, your MIDlet will work on a CLDC-1.1 device.
Also, MIDP-1.0 works on a MIDP-2.0 device.
Do not specify CLDC-1.0 if you need CLDC-1.1.
Your emulator problem... I don't understand. Check that the value for MicroEdition-Configuration in the JAR's MANIFEST is "CLDC-1.0" (no extra spaces). Sometimes, a space at the end of the line can stop it working. If the Configuration is in the JAD also, then make sure the JAD and MANIFEST match.
Cheers,
Graham.