• 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

MIDP?? J2ME...what else???

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay I've done a little with the KVM. Create an app that handles pen events to just increment a counter. Pretty basic. I tried writing a simple beaming app, but the receiver on the other Palm doesn't seem to pick it up. If the receiver isn't running I get an error on the receiving app that the KVM application must be running to except data. So the send is working.
Any ideas?
Also, whats MIDP? Would I need that to use on a non-wireless Palm OS 3.5??
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The old spotless kVM is deprecated. J2ME is Sun's vision of mobile Java. MIDP is the Mobile Information Device Profile, which is a part of the kVM. See Scott's posting at http://www.javaranch.com/ubb/Forum41/HTML/000242.html for some links to get you started.
--Mark
reply
    Bookmark Topic Watch Topic
  • New Topic