Re: [JAVA3D] ACCESSControlException error in VRML Loading!

2001-03-22 Thread Leyland Needham
Fabrizio Nunnari wrote: > Yes, try: > > String filename = "filename" ; > File f = new File(filename) ; > URL url = f.toURL() ; > > hope this avoid security problems Hmm, Im not sure about that.. But If you look at the Morph Demo applet in the JDK directory, they do this for obj files, so you mig

Re: [JAVA3D] ACCESSControlException error in VRML Loading!

2001-03-22 Thread Fabrizio Nunnari
Hello, On Thu, 22 Mar 2001, Leyland Needham wrote: > > The VRML Loader is not permitted to load files from my harddrive (maybe > from the > > client's computer also) I haven't tested it on the internet.Only through my > > computer!) > > That is a good question, that I will have to cross when I g

Re: [JAVA3D] ACCESSControlException error in VRML Loading!

2001-03-21 Thread Leyland Needham
> The VRML Loader is not permitted to load files from my harddrive (maybe from the > client's computer also) I haven't tested it on the internet.Only through my > computer!) That is a good question, that I will have to cross when I get there... Are you using Strings or URLs when passing the file

[JAVA3D] ACCESSControlException error in VRML Loading!

2001-03-21 Thread Jonathan Albert C Vallar
Hi! It's me again the thing about the VRML97 Loader is good news!Thanks to them that many are able to create VRML worlds in java3D, like I am very grateful!! Good day! I now have problem when about running my program as an applet... The VRML Loader is not permitted to load files from my ha