>Date: Sat, 06 Apr 2002 07:08:29 -0800
>From: John Barrus <[EMAIL PROTECTED]>
>Subject: [JAVA3D] UnsatisfiedLinkError Using Java3D v 1.3 beta 1
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
>Content-transfer-encoding: 7bit
>Importance: Normal
>X-Priority: 3 (Normal)
>X-MSMail-priority: Normal
>Delivered-to: [EMAIL PROTECTED]
>
>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.
>

Most likely DirectX 8 fail to load some library it required.
Please try out some samples in the DirectX 8.1 SDK,

http://msdn.microsoft.com/downloads/?url=/downloads/sample.asp?url=/MSDN-FILES/027/001/771/msdncomposi
tedoc.xml&frame=true

to see if it works in your computer before trying
out Java3D in this case to isolate the source of problem.

What graphics card are you using ? You might also try update the driver.

>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.
>
Please send us test program to reproduce the problem.

Thanks.

- Kelvin
----------------
Java 3D Team
Sun Microsystems Inc.

===========================================================================
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".

Reply via email to