Re: [JAVA3D] file permissions

2000-02-14 Thread Sivaram Ghorakavi
Hi Eric, If you are running the applet of-off a server you shouldn't having this problem. But if u are running the applet locally with file:// you got to set some file permission on in the java.policy file. This is 'coz applet sandbox restricts the file access. Add the following line in the grant

Re: [JAVA3D] file permissions

2000-02-13 Thread Daniel Selman
this. Sincerely, Daniel Selman [EMAIL PROTECTED] http://www.tornadolabs.com > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Arnold > Sent: 13 February 2000 00:04 > To: [EMAIL PROTECTED] > Subject: [JAVA3D

[JAVA3D] file permissions

2000-02-13 Thread Eric Arnold
when I try running my applet on my site I get this "exception: access denied (java.io.FilePermission sparty.jpg read) but I know that the right file permisions are set for the image file and it is in the same directory as my program... I used the HTML converter to create the page. Can anyone hel