I'm having trouble with Java3D 1.3 beta 1.
I installed the DirectX SDK.
There are three DLL's in c:\jdk1.3.1\jre\bin\ - J3D.dll, j3daudio.dll, and
J3DUtils.dll.
However, when my applications runs, it throws the error:
java.lang.UnsatisfiedLinkError: C:\jdk1.3.1\jre\bin\J3D.dll: One of the
library files needed to run this aplication cannot be found
at java.lang.ClasLoader$NativeLibrary.load(Native Method)
at java.lang.CLassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
...
Has anyone seen this before? I didn't do anything nonstandard in my
installation as far as I know. I've installed the SDK before with success.
Another question also...
When I switched from Java3D DirectX 1.2 to Java3D OpenGL 1.3, the code
worked, but the textures seemed to be funny - I think they were probably
inverted - shown top to bottom instead of bottom to top. Is that something I
should know about if I switch between OpenGL and DirectX?
If anyone is interested, I could post images that shows the difference.
Thanks,
John Barrus
===========================================================================
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".