Allowing relative file imports
Walter Bright
newshound1 at digitalmars.com
Fri Mar 27 11:16:03 PDT 2009
Mike Parker wrote:
> The thing about the JVM, though, is that it runs in a sandbox. Try to
> access the file system, or to change the display mode, from an applet or
> WebStart-enabled app. It's not going to happen without the user granting
> permission. And you know every time the JVM starts up, either from the
> Sun logo displayed as the applet loads, the Java logo in the system
> tray, or the WebStart dialog that asks permission to run the applet.
You can run native executables in a sandbox, too. The hardware even
supports that!
More information about the Digitalmars-d
mailing list