• 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

Java 2ME & Operating Systems

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to get into the wireless technology, specially regarding JAVA 2 ME. Is there any place I can find information about Windows CE, Palm OS and Java Development over these platforms.
How do I deploy an application in any of this OS? Is there any special considerations? Any particular methodology?


------------------
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go to
http://java.sun.com/j2me/ http://java.sun.com/products/cldc/ http://java.sun.com/products/midp/ http://java.sun.com/products/personaljava/

Deployment of the application is very device/OS specific. MIDP uses a JAM (see the MIDP spec). PersonalJava on WinCE is more traditional, and some commercial installers even support installation to this OS.
--Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic