gage timer errors

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?

yup, it aint finding the dll.

put it somewhere that is in the path.
(what exactly is in the path, depends on your setup.
Though its pretty common for the working directory to be in the path ;))

try


System.out.println(System.getProperty("java.library.path"));

to get an understanding of what directories are in teh path.