Unsatisfied Link Error

???
Hello all. I am new to Java3D but not java. I installed java3D directX and got the demos working. I copied the “Hello Universe” program into JBuilder8 to manipulate different variables, to work my way through the code. I got it to compile but when I went to run it I got :


java.lang.UnsatisfiedLinkError: textureclear
      at javax.media.j3d.Canvas3D.textureclear(Native Method)
      at javax.media.j3d.Renderer.doWork(Renderer.java:1053)
      at javax.media.j3d.J3dThread.run(J3dThread.java:250)

Can anyone help me? If so, thank you soo much.

SpoonS

IIRC, JBuilder by default uses its own JRE? Is Java3D installed in that JRE?

Thanks for the reply. I copied the dll files to the internal JDK bin dir (JBuilder8/jdk1.4/jre/bin) and the jar files to the lib / ext.

I am still getting that error.

questions
(1) when I download the java3D jdk should I put it in my internal jdk of JBuilder or in the runtime jdk?

(2) I noticed that the error happens when

 GraphicsConfiguration config =
           SimpleUniverse.getPreferredConfiguration();

is called. I tried loading the dlls manually but it says that

 java.lang.UnsatisfiedLinkError: Native Library C:\JBuilder8\jdk1.4\jre\bin\J3D.dll already loaded in another classloader

AHHHHH!