Runtime.exec() on IPaq

Hi,I am trying to execute an application(like pword.exe) from my Java application but I keep getting a IOException. Can someone please advise as if it is possible, if not is there some other way to do it with minimal footprint. Thanks & Regards,
[284 byte] By [maheakh] at [2007-9-26 13:05:57]
# 1

[maheakh],

To my knowledge, currently there is no officially released Java Virtual Machine or J2SE SDK kit for the WinCE operating system. Which java runtime environment have you downloaded and installed onto your iPaq device?

Allen Lai

Developer Technical Support

SUN Microsystems

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

allenlai at 2007-7-2 13:01:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
[maheakh],I stand corrected, my question should be - which release of the PersonalJava runtime environment are you using on your iPaq device?Allen LaiDeveloper Technical SupportSUN Microsystems http://www.sun.com/developers/support/
allenlai at 2007-7-2 13:01:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

Hello!

I am having the same problem. I am trying to exec an application from a personalJava application and I get the following exception:

java.lang.UnsopportedOperationException

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

String cmd = "\\windows\\calc.exe";

try {

Runtime.getRuntime().exec(cmd);

}catch(Exception e) {

e.printStackTrace();

}

--

I am using an HP Jornada 540 with windowsCE 3.0. I am using PersonalJava 1.0 for SH3 (build 4).

Any help would be welcome.

TIA,

Victor Batista

vbatista at 2007-7-2 13:01:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...