this question might belong in newless cluebies, but here goes…
i downloaded the jinput release for directinput from
http://www.newdawnsoftware.com/resources/
and extracted it to a folder on the desktop.
downloaded the jinputtester jar and put it in the same folder as the above, ran it, and get the following exception:
Directory of C:\Documents and Settings\Judd\Desktop\jinput_directx_dist
22/09/2003 06:37 PM <DIR> .
22/09/2003 06:37 PM <DIR> ..
22/09/2003 06:28 PM <DIR> controller
05/08/2003 06:05 PM 37,633 jinput.jar
22/09/2003 05:16 PM 23,295 jinputtester.jar
22/09/2003 06:36 PM 8,381 jutils.jar
3 File(s) 69,309 bytes
3 Dir(s) 5,383,664,128 bytes free
C:\Documents and Settings\Judd\Desktop\jinput_directx_dist>java -jar jinputtester.jar
Exception in thread "main" java.lang.NoClassDefFoundError: net/java/games/util/plugins/Plugins
at net.java.games.input.ControllerEnvironment.<clinit>(ControllerEnvironment.java:73)
at robs.jinput.JInputTester.<init>(JInputTester.java:22)
at robs.jinput.JInputTester.main(JInputTester.java:29)
is this due to JInput changing since the tester was created or is there something special i am supposed to be doing with JInput binaries to get it to work?