Date: Thu, 18 Dec 1997 11:25:26 -0800
From: "Edward C. Cheng" <edwardc@octlab.com>
To: java-security@web2.javasoft.com
Subject: question: running jce applets in netscape browser
Hi,
I have a problem. JCE overrides the security classes in jdk, putting
JCE in the classpath is the way to get the security features (such as
encryption), but with the netscape browser, it reference to its own jdk
package before looking up any classpath. As a result, the security
calls which works in a standalone apps will not work as an applet
running in the browser. How can I make the applets work in the browser?
thanks in advance,
- edward -