JimmyT
05-24-2003, 17:22
Does motorola c350 support downloadable java games?
If yes then what kind? MIDP1.0?
Say I develop my own MIDP game, how can I port it to my C350?
Building the game gives me 2 files:
jimgame.jad and
jimgame.jar
Are the following correct?
The jimgame.jad file contails the text:
MIDlet-1: jimgame, , jimgame
MIDlet-Name: JimGame
MIDlet-Vendor: Metrowerks
MIDlet-Version: 1.0
MIDlet-Jar-URL: jimgame.jar
MIDlet-Jar-Size: 6781
MicroEdition-Profile: MIDP-1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Description: Jim's 1st game
Say I upload it on www.jimwap.com/game/index.wml
The page is this one:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta http-equiv="Cache-control" content="no-cache"/></head>
<card title="JimGame">
<p>
<a href="jimgame.jad">Download Game </a><br/>
</p>
</card>
</wml>
The game runs on the emulator but not on C350 (nor on Nokia 3650)
What am I doing wrong?
On C350 when I press Download Game it opens the jimgame.jad as text file and I can only read it.
If yes then what kind? MIDP1.0?
Say I develop my own MIDP game, how can I port it to my C350?
Building the game gives me 2 files:
jimgame.jad and
jimgame.jar
Are the following correct?
The jimgame.jad file contails the text:
MIDlet-1: jimgame, , jimgame
MIDlet-Name: JimGame
MIDlet-Vendor: Metrowerks
MIDlet-Version: 1.0
MIDlet-Jar-URL: jimgame.jar
MIDlet-Jar-Size: 6781
MicroEdition-Profile: MIDP-1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Description: Jim's 1st game
Say I upload it on www.jimwap.com/game/index.wml
The page is this one:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta http-equiv="Cache-control" content="no-cache"/></head>
<card title="JimGame">
<p>
<a href="jimgame.jad">Download Game </a><br/>
</p>
</card>
</wml>
The game runs on the emulator but not on C350 (nor on Nokia 3650)
What am I doing wrong?
On C350 when I press Download Game it opens the jimgame.jad as text file and I can only read it.