• 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

J2ME extensions for Palm OS

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, everyone! How could I get J2ME extensions for Palm OS and install them without the need for any Palm Devices because I'm currently working on a project that requires programming in Java for PDAs....


Thanks in advance....
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best suggestion would be to get yourself a copy of the wireless toolkit from Sun's website, and couple that with emulators from Palm (which I believe exist, if my memory serves me). You'll still want to test it, doubtless, against real world devices, but that should at least give you a reasonable basis for starting out.
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See the beta release of Sun's Java Toolkit for CDC
(Palms are normally CDC devices)

http://java.sun.com/products/cdctoolkit/download-1_0-beta.html


The CLDC Java toolkit also supports some PDA related J2ME APIS,
"PDA Optional Packages for the J2ME Platform (JSR 75)"

http://java.sun.com/products/sjwtoolkit/overview.html
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic