-
A Java Question
O.k this isnt really a programming question but it is java related.
I have Been experimenting with producing java games for my mobile//only trouble is i dont have a connection cable for the mobile to the computer, but my mobile is able to download..
I place my compiled .jar file on my webserver and try to download but it doesnt reconise it.. i know its not a problem with my mobile or webserver as i am able to download ringtones off my web server..
Has anyone got any idea how to package a game on my webserver so i can download it.
anyway help would be great
-
Re: A Java Question
Are you using J2ME to make the games? How do you try to download the games? Using Wap? If so, see if you can download any of these games.
http://www.mikekohn.net/j2me.php
-
Re: A Java Question
There could be two problems:
1) You didn't set up the jar file right(I think you did though)
2) Your mobile needs some kind of Runtime environment to run the programs.
Since you can download, try downloading the runtime for the J2ME environment.
-
Re: A Java Question
You need a descriptor file, too. I forgot its format, though.