Start a subprocess in j9

Hello everyone.

My PDA is HP IPAQ rx3715. I installed the J9 in the PDA.

I want to start a subprocess in J9.

I did it like this.

Runtime.getRuntime().exec("xxx.exe");

But it doesnot work.

The exception is:

java.io.IOException: Unable to start program

at com.ibm.oti.lang.SystemProcess.create(Unknown Soruce)

at java.lang.Runtime.exec(Unknown Source)

......

I searched many pages and finally, i learned that, it does not work at J2ME.

I just want to know if is there any other ways to do this.

many thanks.

[590 byte] By [scott_kima] at [2007-10-3 3:56:04]
# 1
check this... http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?message=13816053&cat=19&thread=115553&treeDisplayType=threadmode1&forum=492#13816053
suparenoa at 2007-7-14 21:54:14 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Dear supareno.Thank you very much for your reply.But i still not got the solution.Can you tell me more detail?For example, what kind of classes.Many thanks.
scott_kima at 2007-7-14 21:54:14 > top of Java-index,Java Mobility Forums,Java ME Technologies...