Write once run anywhere

Is it possible to write one application that can run on Notebook, Palm OS and Win CE PDAs ?If can, how? What tools and APIs do I need? How about the jvm?If can't, why?I need to know it asap, waiting for your helps, thanks.
[259 byte] By [yinseong] at [2007-9-26 3:37:08]
# 1

Hi!

I don't think so. There is no unique VM availale to that variety of platforms.

The big problem is to get a VM that runs under those platforms. There is one kind of VM available to PDAs - personal Java -, other to notebooks and PC's - J2SE -, other to Palm devices - J2ME CLDC MIDP-.

3 VM to three kind of devices with different features, although the Personal Java apps probabily would be compatible with J2SE...

Marco Caetano

Marco.Caetano at 2007-6-29 12:09:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Have a look at http://www.wabasoft.com
mkeates at 2007-6-29 12:09:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Is the quote "Write once run anywhere" only true if those different platforms are using the same virtual mechain?
yinseong at 2007-6-29 12:09:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
Yes, you're right. It's basically down to the VM the client device is using. So a user interface written for MIDP isn't going to work too well on a PersonalJava VM.
jrbriggs at 2007-6-29 12:09:18 > top of Java-index,Java Mobility Forums,Java ME Technologies...