Making Palm System calls using J2ME

Hi is there anyway where I can use the old KJava API or even the J2ME to make system calls such asDmFindDatabase(0,"Something")SysAppLaunch(0,dbID,0,cmdPrintChars,theChars,&result);axlrose82
[229 byte] By [axlrose82] at [2007-9-26 7:34:28]
# 1

[axlrose82],

At the moment, we are quite certain that the kVM for the PalmOS do not contain any API that allows a developer to make system calls to the PalmOS itself. The CLDC/MIDP specification does not specify any native system calls access any of the native apps. I can see from your code that you are trying to access the Palm database but I'm afraid you are out of luck with the current specs.

HTH.

Allen Lai

Developer Technical Support

SUN Microsystems

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

allenlai at 2007-7-1 17:34:13 > top of Java-index,Java Mobility Forums,Java ME Technologies...