Re: Applet Signing Problem

Charlie Lai (Charlie.Lai@Eng)
Mon, 2 Feb 1998 13:18:23 -0800 (PST)

From: Charlie.Lai@Eng (Charlie Lai)
Message-Id: <199802022118.NAA07488@angeles.eng.sun.com>
Subject: Re: Applet Signing Problem
To: amikulec@cas.org
Date: Mon, 2 Feb 1998 13:18:23 -0800 (PST)
In-Reply-To: <199801192049.PAA15691@cas.org> from "amikulec@cas.org" at Jan 19, 98 03:49:18 pm

> I am attempting to sign my applet using the following line in the .java file.
>
> netscape.security.PrivilegeManager.enablePrivilege("UniversalConnect");
>
>
> I get back the following error:
>
> JdbcApplet.java:85: Undefined variable, class, or package name: netscape
> netscape.security.PrivilegeManager.enablePrivilege ("UniversalConnect");
>
>
> I do not have any documentation on how to properly sign an applet.
> May I have your help.

hi,

for some documentation, you might want to check out:
http://developer.netscape.com/software/signedobj/index.html

thanks,
charlie