How can I create ThreadGroups in applets running in Netscape 4.7 without generating security exceptions?
Created May 4, 2012
John Zukowski Sign your code and enable UniversalThreadGroupAccess.
PrivilegeManager.enablePrivilege("UniversalThreadGroupAccess");For a full list of the targets and what tasks they provide access to see http://developer.netscape.com/docs/manuals/signedobj/targets/index.htm.