BillJosephson wrote:
> Arne Vajhøj wrote:
>> BillJosephson wrote:
>>> I guess that says it. I want to write a tool to use on my PC, but I
>>> would like it to run on Linux, and a Palm or some other PDA, or a Cell
>>> Phone. It would be a pretty simple program.
>> Linux: yes.
>>
>> PDA/Cell Phone - only if you use J2ME.
>
> Is J2ME very different from java? I know programming C for a Palm
> pilot required a very different approach than programming C for a PC,
> due to memory,
J2ME is Java (Java 2 Micro Edition).
It is a scaled down version of Java intended for
devices with little memory.
There are some differences.
You can read more here
http://java.sun.com/javame/index.jsp !
Arne