hey i need some help,,,,,can some one help me with a question i got?? i really wanna make a game for my mobile phone,....and it uses JAR format...and i need a JAR game creator for it...i really need someone to tell me where to go!!!!
i need help PLEASE!
Started by e-z, May 07 2006 02:18 AM
4 replies to this topic
#1
Posted 07 May 2006 - 02:18 AM
#2
Posted 07 May 2006 - 02:37 AM
JAR stands for Java ARchive. You should search google for resources on writing Java games for mobile phones.
reedbeta.com - developer blog, OpenGL demos, and other projects
#3
Posted 07 May 2006 - 03:40 AM
I don't know a lot about writing for mobile games, and I've never compiled a "Hello World" or anything of the sort for mobile applications, but here's what I know:
There are two main API's used by cell phones.. BREW (an API for C++) and J2ME (Java 2 Micro Edition, a small version of Java). You mentioned JAR (Java Archive), so your phone must use J2ME. Look for tutorials on that.
Of course, that probably means you'll need to learn Java if you haven't done so already. So.. learn Java before you try this out.
There are two main API's used by cell phones.. BREW (an API for C++) and J2ME (Java 2 Micro Edition, a small version of Java). You mentioned JAR (Java Archive), so your phone must use J2ME. Look for tutorials on that.
Of course, that probably means you'll need to learn Java if you haven't done so already. So.. learn Java before you try this out.
#4
Posted 07 May 2006 - 10:36 AM
In my experience a .jar is just a zip archive. If you have a .jar from a program that runs on your platform, unzip it with winzip and take a look at what's inside.
#5
Posted 07 May 2006 - 11:00 AM
Hi
As said JAR is a format for grouping and compressing files together but yet can be executed.
To write a game in java for J2ME you need to have good knowledge in java and programming in general.
See these articles to know how to design and implement simple java game for J2ME.
http://developers.su.../articles/game/
http://www.javaworld...-0809-j2me.html
i hope that i have helped :)
bye
As said JAR is a format for grouping and compressing files together but yet can be executed.
To write a game in java for J2ME you need to have good knowledge in java and programming in general.
See these articles to know how to design and implement simple java game for J2ME.
http://developers.su.../articles/game/
http://www.javaworld...-0809-j2me.html
i hope that i have helped :)
bye
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











