In the application menu of the emulator, it always lists my application by its MainClass name, not by the Midlet name field set in the .jad file.
How do I change what my app is listed as?
In the application menu of the emulator, it always lists my application by its MainClass name, not by the Midlet name field set in the .jad file.
How do I change what my app is listed as?
I only know how to do it on Netbeans cause that's what i'm using. Goto to project properties and edit the attributes and MIDlets properties.
I don't know if you can manually rename the jar and edit the jad to reflect the change. You can try that if you want.
Cheers.
Change the MIDlet-1 attribute in jad file it works. Not the MIDlet Name attribute.