From: Pawan S Rathore <Rathore.PawanS@bapco.bls.com>
Date: Mon, 10 Aug 1998 11:49:20 -0400
Message-Id: <H000062200817412@MHS>
Subject: signed applet with Java PlugIn(Activator)
I tried the signed applet example.
If the example is used as is in IE 4.0, the applet gives "security
Exception caught" message
Even though the sun.security.Database shows Duke as trusted.
If I introduce following archive option
<PARAM NAME="archive" VALUE = "writeWriteFile.jar">
the JavaPanel throws the following error:
File not found when looking for: writeFileBeanInfo
File not found when looking for: sun.beans.infos.writeFileBeanInfo
Pawan S Rathore