Does Java run on the Palm III or V?
Printable View
Does Java run on the Palm III or V?
Pretty sure it does! To do any programming for devices like set- top boxes, cell phones and the such you would have to get your hands on the J2ME(Java2 Micro Edition) which is targeted mainly at memory, and display challenged devices. The J2ME is basically a stripped down version of the J2SDK which lacks most of the GUI API's but still retains all of the basic networking and I/O classes.
Your best bet would be to go to sun's site and check it out. Most of these API's come as extensions also like the JCE (Java Cryptography Extension) As for specific versions of Palm's im not sure but probably. Right now im developing an application to run on the Moterola i85s cell phone, so next i would like to do a palm project also. :p
so as long as my code doesn't require java GUI it'll run on the palm JV ?