Create, test, and deploy applications on Java platforms for mobile and embedded devices Mobility Tech Tips

Wednesday Nov 14, 2007

Creating Mobile Games: Using Java ME Platform to Put the Fun into Your Mobile Device and Cell Phone is a mobile Java games book replete with working code and practical advice. The book leads you through developing a game and then distributing it (marketing, then selling) from a web site. Author Carol Hamer is a professional Java developer.

Comments:

I want to create a jar file. Do i need some additional software, or can i do it with comand prompt?

Posted by Srinivas on December 17, 2007 at 09:18 PM PST #

well as a matter of fact you can use command prompt for you jar
files.

Posted by Donald Felix on January 16, 2008 at 08:57 AM PST #

Here is a link to the JAR file guide: <http://java.sun.com/javase/6/docs/technotes/guides/jar/jarGuide.html>

Posted by Christine Dorffi on January 16, 2008 at 02:57 PM PST #

Yes of course, this is an example:
%JDK_HOME%\bin\jar -cfM %PRJ%.jar %FILES_TO_PACK%\*.*
where JDK_HOME is your j2se folder and FILES_TO_PACK is where your files to pack reside.

Good luck

Posted by gaspar on June 30, 2008 at 08:15 AM PDT #

Post a Comment:
  • HTML Syntax: NOT allowed