> hi, every body!!!
> Thank you very much for help. I can see my 3D applets. I feel so happy!!!
> but now i have got an other problem. I am reading the information of the 3D shapes
>from a text file. When run the applet with the applet viewer of JBuilder all run
>correctly, I loaded the parameters of the 3D from the text file. But when i try to do
>the same on the IE browser i receive the following message on the java console:
>
> Exception occurred during event dispatching:
> java.security.AccessControlException: access denied (java.io.FilePermission
>C:\temp\aparts.txt read)
Assuming you *do* have permission to read the file, it would seem that you
have just run into the applet restrictions - they cannot, by default, access
the local disk. There's a properties file though where this can be changed,
but I cannot comment on exactly how it works since I haven't done it before.
Is there a reason why not to make it an application? Since you're reading
stuff from the local disk, it wouldn't work for anyone who doesn't have
those files on disk anyway (which would render it pretty useless as an
applet).
--
/ Peter Schuller, InfiDyne Technologies HB
PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrival: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://scode.infidyne.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".