> Well, if I run that applet using Appletviewer, it works successfuly;
> but if I run it using Netscape(4.06) or Internet Explorer(4.0), I get a
> security exception.
>
> The plug-in seems to be correctly installed on Netscape.
> The same policy file is replicated in different places:
>
> c:\Windows\.java.policy (this is the copy recognized by policytool)
> c:\Jdk1.2\jre\lib\security\java.policy
> c:\Program Files\JavaSoft\jre\1.2\lib\security\java.policy
>
> Should I put another copy of it some elsewhere in order to get Netscape
> working with it ?
Have you run your applet HTML file through the Plugin HTML converter?
This will map the APPLET tag to a Java Plug-in tag that will
cause the Plug-in to be loaded into your browser when you visit your
applet.
Check
http://java.sun.com/products/plugin/1.2/features.html
for more information.
Jan