Install + setup of CLDC + MIDP for PalmOS ?

Hello,

if i have a Midlet named 'HelloMidlet.java', how do i get this running on my Palm?

Do i need to use kvm on my pc to compile it and then convert the .class to a .prc file for my palm?

Or do i have kvm running on my palm and just transfer the .java file to the Palm and run it from there?

Or what do i do?

Any help would be much appreciated.

Thanks,

Brian

[418 byte] By [brianmcnamara] at [2007-9-26 14:35:20]
# 1

Firstly you write your java code, and then you have to use two programs:

- j2mewtk (it can be found somewhere on this site) to compile, preverify and add your files in a jar archive

- PRC Converter tool to convert the JAR into a PRC. After allt his has been done, you simply transfer your PRC to the Palm.

fritzone666 at 2007-7-2 16:29:20 > top of Java-index,Java Mobility Forums,Java ME Technologies...