-------
.htaccess is having...
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
$cat Mobile4Mumbai.jad
MIDlet-1: Mobile4Mumbai,,Mobile4Mumbai
MIDlet-Jar-Size: 32317
MIDlet-Jar-URL: Mobile4Mumbai.jar
MIDlet-Name: Mobile4Mumbai
MIDlet-Vendor: Vendor
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
$ ls -lrt *.jar
-rwxr-xr-x 1 user group 32317 2009-12-27 14:45 Mobile4Mumbai.jar
------------
Mimetype is coming fine, Jad looks fine, Jar looks fine, Midp/cldc in jad also fine, Jar file size is fine, No App sign. Still on some device it is telling "Inavlid Jar" "Object type not supported".
----

Reply With Quote

