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 block of java.policy in
...\jre\lib\security.
permission java.io.FilePermission "<<ALL FILES>>",
"read, write";
You can even do this using the policytool.exe from the
JDK installation.
Sivaram.
--- Eric Arnold <[EMAIL PROTECTED]> wrote:
> 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 help me out, I would
> really like to be able to
> use textures in my applets. Thanks
> Eric
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff JAVA3D-INTEREST". For
> general help, send email to
> [EMAIL PROTECTED] and include in the body of the
> message "help".
>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".