Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ACTIVATING CODEBASE PRINCIPALS

843811Jul 20 2001 — edited Jul 23 2001
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!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 20 2001
Added on Jul 20 2001
1 comment
119 views