• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Game for Nokia E71x

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, I would like to develop a game for my nokia e71x. How do i go about it. Where do i start. Can anyone tell me the processes. I tried to write a java hello world program, Make a jar of it and install it on my phone but it says invalid jar file.

Thanks all.
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have any knowledge about how to make game?
Have you ever use Java or J2ME?
Which IDE are you using?

Regarding "Hello World" app maybe you should look into Manifest file and see if everything is set properly.
And check if you are using MIDP2.1 or 2.0 (I'm not sure if phone support 2.1)
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can refer to this site for complete detail about hello world app

http://jmeworld.webs.com/
reply
    Bookmark Topic Watch Topic
  • New Topic