• 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

Mobile Phone and J2ME

 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
what I want to know is if I develop an application using J2ME,how can I use that appli on an actual mobile phone.How can I transfer the application to mobile phone?Also can I do it with any kind of mobile phone?
thanks
vishal
 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The phone must be Java-enabled, i.e. it must say something like "MIDP compatible" or "supports Java", etc. You then follow the manufacturer's directions for getting Java apps on the phone. Most of the time that means using a data cable connected to your PC. The newer phones can download stuff wirelessly as well, although that's pretty slow and for development purposes you'll want to use the cable.
For a list of Java-enabled phones, see http://www.javamobiles.com.
 
reply
    Bookmark Topic Watch Topic
  • New Topic