How to show J2ME MIDP games on html page ?
[B]Hi,
I have developed one mobile game using J2ME MIDP1 for Nokia 7210. and now I want to launch my game website. On that website I wish that whoever is surfing through site, can play the this game online .....
My query is can I embbed mobile emulator in the site itself ? so that user dont have to download JVM and J2ME emulator on his machine ?
Please help me in this ![/B]
Re: How to show J2ME MIDP games on html page ?
en. If you use the J2ME application directly in the HTML page.that's impossible.I just make a system about the J2ME app run online. and it's will be finished. I used applet to show the program. rewrite the J2ME class package used j2se api.
if you want to know more. you can contact to me .
my MSN: [email]k7sem_88@hotmail.com[/email]
Re: How to show J2ME MIDP games on html page ?
i think, i also saw something online about an applet that can run or act as container for j2me?
Re: How to show J2ME MIDP games on html page ?
Hi,
Hope this is of some help to u
[url]http://211.174.63.103/en/products_1.htm[/url]
wang
Re: How to show J2ME MIDP games on html page ?
Hi,
U may also try
[url]http://www.barteo.net/microemulator/index.html[/url]
Wang
Re: How to show J2ME MIDP games on html page ?
Thank you all !
I am going through your suggestions...
I will keep updating you about the progress..
Re: How to show J2ME MIDP games on html page ?
hi my name is blandine and i need help about how to go with the j2me and nokia 7710 actually i'm trying to integrate a game in java in the nokia using j2me please help
Re: How to show J2ME MIDP games on html page ?
steff_virgo/blandine
you can download, at a minimum, suns wireless toolkit
[url]http://java.sun.com/products/sjwtoolkit/download-2_2.html[/url]
then begin the extremely fun process, of porting the code over to J2ME
If you have NetBeans, get the Mobility Pack
[url]http://developers.sun.com/prodtech/javatools/mobility/downloads/index.jsp[/url]
Netbeans would probably aid in converting the code...quicker
Both of the above, would allow you to port it to most j2me devices
Here is an link which details developing for your model, and it's OS version in particular
[url]http://www.forum.nokia.com/main/0,,018-2517,00.html?model=7710[/url]
PS: that sure is a purdy mobile devie!
godd luck
Re: How to show J2ME MIDP games on html page ?
Hi blandine,
It is better to start from the beginning in J2me, because swing is not supported in j2me. since u have made the game in simple java u don't have to change the logic and other stuff.
You can use form in j2me . If u want a better look and feel, u can go for canvas drawing.
Wang