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)
at
java.security.AccessControlContext.checkPermission(Unknown
Source)
at
java.security.AccessController.checkPermission(Unknown Source)
at
java.lang.SecurityManager.checkPermission(Unknown Source)
at
java.lang.SecurityManager.checkRead(Unknown Source)
at
java.io.RandomAccessFile.<init>(Unknown Source)
at
Tesis7.LayerApart.createLayer(LayerApart.java:53)
.......
Line 53 in LayerApart is : RandomAccessFile in = new
RandomAccessFile(file,"r");
where file is "C:\temp\aparts.txt "
I am using java.awt, and Swing
Thank you in advance for any information you can
give me.
Edith
Edith N. Lovos
APU Intervan SRL Saavedra 393 Viedma-Rio Negro Te: +54 2920 426969 [EMAIL PROTECTED] www.intervan.com.ar |
- Re: [JAVA3D] Reading files Edith Lovos
- Re: [JAVA3D] Reading files Peter Schuller