Thomas Gilbert Giusepe wrote: > Hi there, > > I am working around the following error with my VRML loader: > > Exception loading URL: java.security.AccessControlException: access denied > (java.io.FilePermission read)access denied (java.io.FilePermission read) > om.sun.j3d.loaders.ParsingErrorException > Problem to read the WRL archive > > Any hints !? > > Thnx in advance...�:o). > TGG > >
There is not much support ongoing for the original Sun VRML loaders. I don't remember getting that error when I used them so I can't be much help there. A quick thought would be to check the file permission and make sure you have read access to it. Also I rememeber there was weird handling of file:// URL's. You could also try the new loader that we have been working on. Its URL is: http://www.web3d.org/TaskGroups/source/xj3d.html -- Alan Hudson President: Yumetech, Inc. http://www.yumetech.com/ Web3D Open Source Chair http://www.web3d.org/TaskGroups/source/ =========================================================================== 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".
