M
matiasw
Is it possible to start a new process
(Runtime.getRuntime().exec("someprog.exe")) from an Applet properly
signed?
I have it working and I can see it with Applet Viewer, but I've read
that it is because is running locally (i.e. file://). What happens when
it is downloaded via http? The browser will let it execute an external
process?
Thanks,
Matias
(Runtime.getRuntime().exec("someprog.exe")) from an Applet properly
signed?
I have it working and I can see it with Applet Viewer, but I've read
that it is because is running locally (i.e. file://). What happens when
it is downloaded via http? The browser will let it execute an external
process?
Thanks,
Matias