Hi,
I am trying to use the VRML97 Loader inside an applet, but I am
getting security probIems while instantiating the VRML97Loader loader
class. I have already signed my jarfile with another Applet that
access local filesystem and it worked fine.
Here is the exception:
java.security.AccessControl
Hi Flavio,
so far as I know, every user of your applet needs the vrml97.jar in
the classpath (or int the lib/ext/ folder)
so put the vrml97.jar in your ext-folder and it'll work on your mashine.
this prevents user to get everytime loading your applet also loadin 700kb
extra data each time the cash
Hi Rolf,
Thanks for the answer. For sure putting the loader libs in different
jars is be a great idea. And that was exactly the main point for the
SecurityException problem. I was signing my Applet jar but not the
other jar files. So I signed all jars and everything worked fine.
Thanks for helping