I met the same problem before. It was solved after I changed the local path into URL. You can use Applet.getCodeBase to get the the URL of the applet.
-----邮件原件----- 发件人: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] 代表 Yuefeng Kang 发送时间: 2004年8月10日 0:35 收件人: [EMAIL PROTECTED] 主题: [JAVA3D] problem of deploying Java 3D applet I have a applet program which load vrml file to Java 3D scene. The applet works well and the vrml files can be loaded successfully when I run the program in Eclipse (there is a button on the applet, after click it the vrml file will be read and loaded to the applet). But after I put it into the IE, there is no action after I click on the button and the error message is " java.security.AccessControlException: access denied" Anybody know what's going on? Thanks a lot Ted =========================================================================== 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".