My phone is supposed to work: JavaTM: MIDP 2.0, CLDC 1.1 based applications. However, no matter what application I try to install on it, I get an error message: Downloaded JAR are invalid
I tried to create Java ME projects on Netbeans using MIDP 2.0 and CLDC 1.1 as indicated. The applications are simple, using the automatically generated code that comes with Netbeans to display the greeting of a world message. However, it works in the emulator, but when I transfer .JAR to mobile, I get the above error.
This is the model and specifications of the phone.
Does anyone who has developed any Java ME applications for this or any similar Samsung phones have any idea what I need to do?
Edit: jad file contents:
MIDlet-1: Midlet, , hello.Midlet MIDlet-Jar-Size: 1565 MIDlet-Jar-URL: MobileApplication1.jar MIDlet-Name: MobileApplication1 MIDlet-Vendor: Vendor MIDlet-Version: 1.0 MicroEdition-Configuration: CLDC-1.1 MicroEdition-Profile: MIDP-2.0
source share