I’m using com.sun.j3d.utils.timer.J3DTimer.class in my 2dplatform game… I’m trying to make a executable jar-file (for the first time…). I’m using JBuilder’s executable-jar-wizard…
When i execute the jar I get the following error:
Exception in thread “Thread-2” java.lang.unsatisfiedLinkError: no J3DUtils in java.library.path
at java.lang.ClassLoader.LoadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0… etc…
The J3DTimer class is inluded in the jar… manifesT:
Manifest-Version: 1.0
Main-Class: superspillet.SuperSpeletMain
What am I doing wrong ???
