I just started using the 3DS Loader from Starfire myself.  The  reason for
the exception you receive is because an applet is restricted from reading
the viewers hard drive.  The Starfire loader does not load model files or
textures over a URL.

What I did to get around this was to digitally sign my applet.  This gives
me the ability to read from the users hard drive.  I then load the model I
need over a URL, save it to the users hard drive in his temp directory and
have the 3dsloader load it from there.  As far as textures, I had to
decompile the starfire loader and add URL support for textures myself.

F
----- Original Message -----
From: Nuno Pereira <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 3:47 AM
Subject: [JAVA3D] Starfire 3DS Loader


> I'm using the 3DS Loader from Starfire on a applet I doing.
> If I run the applet on appletviewer I have no problem. But when I run it
on
> html page I get an exception: access denied (java.io.FilePermission D1.3ds
> read).
> How can I solve this?
>
> Best Regards,
> Nuno Pereira
>
>
===========================================================================
> 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".
>

===========================================================================
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".

Reply via email to