Todays browsers can let the users enable/disable Java 2 security restrictions like file or clipboard access. How can an Applet (JApplet) check if it can access to the file system or clipboard?
Location: http://www.jguru.com/faq/view.jsp?EID=93231 Created: Jul 1, 2000 Modified: 2000-09-14 08:34:32.391 Author: Jon Wingfield (http://www.jguru.com/guru/viewbio.jsp?EID=41079) Question originally posed by Cristian Alvarez Planas (http://www.jguru.com/guru/viewbio.jsp?EID=76003 The SecurityManager can be used to check whether access to a resource is allowed.