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
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
> 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
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