Do u use URL for loading files? I can assure u that TextureLoader works
fine with or without proxy. U can't load external files via String
parameter if the program is run as applet. Actually it's much easier to
use URL for resource loading for both applets and applications: just set
protocol to "file:" for loading local files (when u run program as
application).
vladimir
-=V=-
>~~~~~~~<=============>~~~~~~~<
Join in Java community now!
http://javacafe.virtualave.net/
>~~~~~~~<=============>~~~~~~~<
Thomas Auinger wrote:
>
> Hi
>
> I noticed that class com.sun.j3d.utils.image.TextureLoader
> throws NullPointerException when calling getTexture(). This happens
> only when using proxies (Netscape 4.51, JRE 1.2.2, Java3D 1.1.2, NT4)
>
> Is that a bug or am I missing something? I tried to instantiate
> TextureLoader in a couple of different ways, but didn't help.
>
> Cheers, Thomas
>
> --
> -------------------------------------------------------------------
> Thomas Auinger . [EMAIL PROTECTED] . Tel 06151-979355
> Kranichsteiner Str. 93 . 64289 Darmstadt . www.postspiel.de
>
> ===========================================================================
> 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".