Hello guys,

i hope you can help me, im close to trow my mac out of the window.

I want to develop some Java 3D programming.
I use Eclipse (Oxygen 4.7.1a) for that on my MacBookPro(middle 2013, Sierra 10.12.6).

I followed the description on java.com and import an Java3D library with the following JARs:

gluegen-rt.jar
j3dcore.jar
j3dutils.jar
jogamp-fat.jar
jogl.jar
vecmath.jar
j3dcore-d3d.dll
j3dcore-ogl.dll


After i started my code, i get the following errors:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at javax.media.j3d.MasterControl$22.run(MasterControl .java:891)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.MasterControl.loadLibraries(Master Control.java:888)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUn iverse.java:233)
at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:35 86)
at StaticSceneExample.<init>(StaticSceneExample.java: 28)
at StaticSceneExample.main(StaticSceneExample.java:59 )


Sure i can use VirtualBox or Bootcamp for that but i really dont like to.
Hope someone can help me

ps: i used google for help but i still cant find the failure

best regards