[EMAIL PROTECTED] wrote:
Hello,Can I launch a Java application from within a C/C++ appliation? If so please tell me how to do it. Regards, Mahmood
If you want to just treat it as any other application look into the methods declared in process.h If you want to call Java methods from your C/C++ application check out the Java Native Interface. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
