...
So to run the controller read test that comes with jinput, in the main directory, you should be able to run java -Djava.library.path=dist -cp dist\jinput.jar;dist\jinput-test.jar -Djinput.plugins=net.java.games.input.RawInputEnvironmentPlugin -Djinput.useDefaultPlugin=false net.java.games.input.test.ControllerReadTest.
...
So to run the controller read test that comes with jinput, in the main directory, you should be able to run java -Djava.library.path=dist -cp dist\jinput.jar;dist\jinput-test.jar -Djinput.plugins=net.java.games.input.RawInputEnvironmentPlugin -Djinput.useDefaultPlugin=false net.java.games.input.test.ControllerReadTest.
...
I tried that on my WinXP box with two USB mice connected and it worked perfectly. The test pops up a window displaying the properties for each mouse and the keyboard. I can click the mouse buttons and see the corresponding properties change for that mouse.
Excellent, thanks.



