Hi again
I checked the permissions on /dev/input/event* and I gave all users rwx-permission, then i got:
Scanning jar: linux.jar
Examining file : META-INF/
Examining file : META-INF/MANIFEST.MF
Examining file : net/
Examining file : net/java/
Examining file : net/java/games/
Examining file : net/java/games/input/
Examining file : net/java/games/input/LinuxDevice$LinuxHat.class
Examining file : net/java/games/input/LinuxDevice$ButtonID.class
Examining file : net/java/games/input/LinuxDevice$1.class
Examining file : net/java/games/input/LinuxDevice.class
Examining file : net/java/games/input/LinuxAxis.class
Examining file : net/java/games/input/LinuxEnvironmentPlugin.class
Found candidate class: net/java/games/input/LinuxEnvironmentPlugin.class
Adding class to plugins:net.java.games.input.LinuxEnvironmentPlugin
Examining file : net/java/games/input/LinuxKeyboard$KeyID.class
Examining file : net/java/games/input/LinuxKeyboard.class
Examining file : net/java/games/input/LinuxMouse$LinuxMouseBall.class
Examining file : net/java/games/input/LinuxMouse$LinuxMouseButtons.class
Examining file : net/java/games/input/LinuxMouse$LinuxMouseButton.class
Examining file : net/java/games/input/LinuxMouse.class
Examining file : net/java/games/input/LinuxNativeTypesMap.class
Examining file : net/java/games/input/NativeDefinitions.class
Error opening device /dev/input/event10
: No such device
Error reading device /dev/input/event10
: Bad file descriptor
Error reading device /dev/input/event10
: Bad file descriptor
Error reading device /dev/input/event10
: Bad file descriptor
Error opening device /dev/input/event11
: No such device
Error reading device /dev/input/event11
: Bad file descriptor
Error reading device /dev/input/event11
: Bad file descriptor
Error reading device /dev/input/event11
: Bad file descriptor
Error opening device /dev/input/event12
: No such device
... And so on on all event*, and then it says: "Failed to init native jinput" again.
I must be doing something wrong

, are there some good documents that describes how to set up the evdev and jinput on linux? I have searched for it, but I havent found any.
any ideas?
thanks //
Gregof