I developed a simple pivot app in eclipse. It works perfectly when run as an
applet from within eclipse but when deploying it in an html page I get the
following error:
access denied (java.io.FilePermission <FilePath> read)
My applet code is:
<applet code="org.apache.pivot.wtk.BrowserApplicationContext$HostApplet"
>
> archive="lib/pivot-core-1.5.jar,lib/pivot-wtk-1.5.jar,lib/pivot-wtk-terra-1.5.jar,lib/pivot-tutorials-1.5.jar"
width="460" height="480">
<param name="application_class_name" value="ClassName">
</applet>
Thanks for the help
Seth