I try to install MIDP application with jar file and installation completes successfully, but when I try to install it with jad file mobile (6600) gives me an error "Invalid File".
Here is my jad file:
MIDlet-1: Some Name, , package1.package2.ClassName
MIDlet-Jar-Size: 229423
MIDlet-Jar-URL: SomeName.jar
MIDlet-Update-URL: http://someurl.com/
MIDlet-Name: Some Name
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
MIDlet-Version: 1.0
MIDlet-Vendor: CompanyName
and here is manifest from jar file:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.4.2_01-b06 (Sun Microsystems Inc.)
MIDlet-1: Some Name, , package1.package2.ClassName
MIDlet-Name: Some Name
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
MIDlet-Vendor: CompanyName
MIDlet-Version: 1.0
I'm confusing it works fine on emulator S60, but fails on 6600...?
Could anybody help, please
Arsen

Reply With Quote

