hello. i'm a developer live in china.
i made some sample application at nokia platform.
I test a game at nokia hanset 6108( midp 1.0 ) by bluetooth, infrared cable. it was ok.
but when i try to test by web server. 'invalid file' error keep happening.
I try to fix it by myself but now i almost give up. plz help.
jad and manifest files are below.
jad file
MIDlet-1: test01,/res/player0.png,test01
MIDlet-Name: test01
MIDlet-Vendor: ot
MIDlet-Version: 1.0.0
MIDlet-Icon: /res/player0.png
MIDlet-Jar-URL: test01.jar
MIDlet-Jar-URL: ./test01.jar
MIDlet-Jar-URL: http://211.162.247.67/test01.jar
MIDlet-Jar-Size: 12873
MicroEdition-Profile: MIDP-1.0
MicroEdition-Configuration: CLDC-1.0
manifest file
MIDlet-1: test01,/res/player0.png,test01
MIDlet-Description: ot
MIDlet-Icon: /res/player0.png
MIDlet-Name: test01
MIDlet-Vendor: ot
MIDlet-Version: 1.0.0
MIDletX-No-Command: true
MicroEdition-Profile: MIDP-1.0
MicroEdition-Configuration: CLDC-1.0
i already tested without thest 2 lines.
MIDlet-Jar-URL: test01.jar
MIDlet-Jar-URL: ./test01.jar
but still have problem.
(i'm using apache for wap server, so you can't not download jar file when my computer is offline)
thank you for reading.

Reply With Quote



