Hi all,
Is it possible to use
Runtime.getRuntime().exec("cmd.exe");
in gwt? When I compile it, I get
Caused by: java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
Any workarounds / ideas?
Hi all,
Is it possible to use
Runtime.getRuntime().exec("cmd.exe");
in gwt? When I compile it, I get
Caused by: java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
Any workarounds / ideas?
No you can't.
GWT is eventually compiled to Javascript. Javascript cannot run arbitrary apps on your (local) machine