views:

12

answers:

1

Hi i have probleam on run application , when i click on "Launch as emulated Java ME JAD" this message shown :

com.sun.kvem.midletsuite.InvalidJadException: Reason = 22 The manifest or the application descriptor MUST contain the attribute: MIDlet-1

but its run true when i click on "Launch as emulated Java ME MIDlet"

can any body help me to slove this problem ? thanks

A: 

This is one of the more self-explanatory errors. Your JAD must contain the attribute MIDlet-1 as described here.

funkybro