[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/
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