i am currently trying to set up JaamSim as a Maven project. I want to import JOGL and GlueGen as dependencies in the pom.xml file from the Maven central repo (see Links below):
https://search.maven.org/artifact/org.jogamp.jogl/jogl/2.3.2/jar
https://search.maven.org/artifact/org.jogamp.gluegen/gluegen/2.3.2/jar
When trying to run JaamSim in Eclipse, i get this error message:
"Exception in thread "RenderThread" java.lang.UnsatisfiedLinkError: Can't load library: C:\user\jaamsim-master\natives\windows-amd64\\gluegen-rt.dll"
Help to fix this problem is highly apreciated!
Thanks
Leon