> Is it possible to start a new process
> (Runtime.getRuntime().exec("someprog.exe")) from an Applet properly
[quoted text clipped - 3 lines]
> it is downloaded via http? The browser will let it execute an external
> process?
Why don't you try it and see?
My interpretation is that if the Applet is signed, and if the user
trusts the signature, anything goes. But the only way to be sure is to
actually try it.
- Oliver
Andrew Thompson - 01 Nov 2005 04:47 GMT
>>Is it possible to start a new process
>>(Runtime.getRuntime().exec("someprog.exe")) from an Applet properly
>>signed?
...
> Why don't you try it and see?
Good advice.
> My interpretation is that if the Applet is signed, and if the user
> trusts the signature, anything goes. But the only way to be sure is to
> actually try it.
[ Yep. A signed applet that the user has 'OK'd has the same
privileges as your average desktop application. It can do
pretty much anything. ]
>Is it possible to start a new process
>(Runtime.getRuntime().exec("someprog.exe")) from an Applet properly
>signed?
It can do whatever your policy file says it can do, which normally is
anything any desktop app can do.
One limitation is that you don't usually have as much RAM to play
with in an Applet, and as far as I know there is no way to change the
size of your virtual space.
With JAWS or java.exe you can set the various memory controlling
options.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.