Why am I getting a securityy exception when calling System.getProperties()?
Created May 7, 2012
John Zukowski Untrusted applets cannot call System.getProperties(). They must get individual applet properties. Either ask for the specific property you want, assuming it is available from an applet, as not all are, or sign your code and have the user trust the applet.