Hello all. I'm hoping someone could help me out with a problem I suddenly ran into with a Java3D application I recently dusted off.
I have the following line:
TextureLoader loader = new TextureLoader(filename, "bmp", null); I get the following error:
Error loading Image BLACK.BMP(when 'filename' = BLACK.BMP, obviously)
The image (stored in 'filename') does exist, in the proper location,
and is a valid BMP file.
My major frustration is that all this used to work (actually, a
variation of the TextureLoad which fails too). I recently got a new
computer and upgraded from JBuilder 8 to JBuilder 9 in the process. I
downloaded JDK 1.4.2_2 and am using J3D 1.3.1.
I could load the program up without problem on my old setup, but I seem
to have missed something on the install, or something changed in a
version update.Any help on the subject is greatly appreciated!
Nick
=========================================================================== 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".
