Hi All!
I’m download from the edojava.org library odejava…and have an problem with initialing the world…
for example i’m just writing the code:
World world = new World();
and compiller takes me this exception…
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)
…and can i use it(ode) with jogl???