From: amikulec@cas.org
Date: Mon, 19 Jan 1998 15:49:18 -0500
Message-Id: <199801192049.PAA15691@cas.org>
To: java-security@web2.javasoft.com
Subject: Applet Signing Problem
Hello java-security,
I am Andre Mikulec.
I am attempting to do Oracle database connectivity using the
JDBC Oracle Thin Driver.
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.
Do you have any sample applet source code I may borrow?
Thanks,
Andre Mikulec
amikulec@cas.org