ACTIVATING CODEBASE PRINCIPALS

hi everybody,

I'm trying to get CODEBASE PRINCIPALS running in Netscape 4.72, as I want to access

an applet from a client application over TCP.

I've added the Line:

user_pref("signed.applets.codebase_principal_support",true);

in the prefs.js file.

In the applet I use the code:

netscape.security.PrivilegeManager.enablePrivilege("UniversalConnect");

but still I get the following Exception:

netscape.security.AppletSecurityException: security.Couldn't connect to '141.77.20.176' with origin from ''.

Is there mybe something missing in Netscape configurations?

Thanks for any hints!

[668 byte] By [LieblA] at [2007-9-26 1:15:58]
# 1
stupid mistake,I've just forgotten to set the "path-variable" to the netscape-classes
LieblA at 2007-6-29 0:43:06 > top of Java-index,Security,Other Security APIs, Tools, and Issues...