hey
my game runs but in the consolre i get these strange messages:
java.lang.UnsatisfiedLinkError: no timer in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at com.dnsalias.java.timer.windows.WindowsTimer.loadLibrary(WindowsTimer.java:30)
at com.dnsalias.java.timer.windows.WindowsTimer.available(WindowsTimer.java:18)
at com.dnsalias.java.timer.AdvancedTimer.init(AdvancedTimer.java:33)
at com.dnsalias.java.timer.AdvancedTimer.(AdvancedTimer.java:25)
at StarBallX.run(StarBallX.java:95)
at StarBallX.main(StarBallX.java:57)
does this mean it cant find the timer? where should i put the timer?