Thanks for your suggestion, but I'm sorry that I still have to say: It doesn't work.
My system's Java Library Path is:
1
| Native Library path(s): C:\Documents and Settings\Moni\My Documents\Diplomarbeit\Implementierung\Impl 3\lib\java3d\1.3.1\win32\x86;C:\Documents and Settings\Moni\My Documents\Diplomarbeit\Implementierung\Impl 3\lib\ode\20041030\win32\x86 |
And the odejava.dll is in the folder:
1
| C:\Documents and Settings\Moni\My Documents\Diplomarbeit\Implementierung\Impl 3\lib\ode\20041030\win32\x86 |
I also copied it to my "jre/bin"-folder, but it doesn't help.
Maybe the problem is another. So here is the exception I get:
1 2 3 4 5 6 7
| java.lang.UnsatisfiedLinkError: dWorldCreate at org.odejava.ode.OdeJNI.dWorldCreate(Native Method) at org.odejava.ode.Ode.dWorldCreate(Ode.java:526) at org.odejava.World.<init>(World.java:112) at core.view.java3d.loader.Java3dLoader.loadScene(Java3dLoader.java:103) at region.view.java3d.Java3dRModelView$ModelUpdater.run(Java3dRModelView.java:85) at java.lang.Thread.run(Thread.java:534) |
Maybe I misinterpreted this exception. I hope somebody can help me!