Launching another application from Palm KVM

Hi, is there anyway where I can pass a string variable to another application on the palm using the KVM?
[118 byte] By [axlrose82] at [2007-9-26 6:06:58]
# 1

[axlrose82],

Do you mean mulitple MIDlets app running on the Palm? Currently J2ME does not support multiple MIDlets running on a kVM i.e. only one MIDlet per kVM.

If you are looking at passing the string variable information for later use by another MIDlet, one solution that we can suggest is for you to store the string variable object on to the persistent storage mechanism of CLDC/MIDP i.e. the RMS persistent store.

Is this what you are asking?

Allen Lai

Developer Technical Support

SUN Microsystems

http://www.sun.com/developers/support/

allenlai at 2007-7-1 14:52:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Nope, that is not what I mean. I mean that another application as in another application such as "MemoPad" on Palm. To pass a string using java to this application. eg. making a system call such as sysAppLaunch: and passing a variable to it.
axlrose82 at 2007-7-1 14:52:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...