From: Lew on
NickPick wrote:
>>> The following code works well:
>>> ObjectFile f = new ObjectFile();
>>> Scene loadedShip = null;
>>> try {
>>> loadedShip = f.load("C:/Users/Nicolas/Documents/
>>> NetBeansProjects/3dGame/src/Gamestar/obj.obj");
>>>
>>> However, if I chagne teh file path to "http://www....obj.obj" I get an
>>> error message:
>>> java.io.FileNotFoundException: http:\www.......obj.obj (The filename,
>>> directory name, or volume label syntax is incorrect)
>>>
>>> When I type in the file name, it works fine. Can't I use f.load if the
>>> file is on the internet? And why is it changing the http:// into http
>>> \. Could this be a problem?

Lew wrote:
>> What does the documentation for 'ObjectFile' say?

Daniel Pitts wrote:
> As was mentioned elsewhere, there is an overload of "load" which takes a
> URL object.

And I will bet dollars to doughnuts that if the OP had bothered to take the
measly five minutes to answer my question for himself, he'd've seen those
overloads himself.

--
Lew
First  |  Prev  | 
Pages: 1 2
Prev: Gosling has left Oracle
Next: servlets and jsp doubt