If I run an unsigned applet from the command prompt, will it use the same security manager as an unsigned applet downloaded from the internet?
Thanks
Joe
Andrew Thompson
Ranch Hand
Joined: Aug 05, 2010
Posts: 59
posted
0
Sun's appletviewer used to launch applets without a security manager, same as many IDEs do currently when launching an applet (using applet viewer). But the applet viewer built into the Oracle Java 6 SDK when launched from the command line, will sand-box applets.
Andrew Thompson
http://pscode.org/
Joe O'Toole
Ranch Hand
Joined: Mar 02, 2009
Posts: 50
posted
0
Thanks Andrew.
So in terms of the SCEA 5 exam, an unsigned applet loaded from the command prompt is NOT subject to the same restrictions as an unsigned applet loaded over the network?
Thanks
Joe
Sunderam Goplalan
Greenhorn
Joined: Oct 10, 2011
Posts: 28
posted
0
I believe Andrew says that applets launched using the Java 6 Applet viewer WILL be subjected to the same restrictions as do applets loaded from over the network.