jme3test.input.TestJoystick IllegalStateException

This is all looking odd !

So let’s see what i have:

There are some issues, that made me setup my whole computer.
I managed to implement my gamepad before, so i went over to what i did before and ran into the same error.
Then i switched to another gamepad and same problem: no joystick found.
I watched my system, but my controllers are installed correctly, i can test them, calibrate them, everything looks fine.
pspeed is correct, the issue is system related and has nothing to do with jme, but did anyone found out right now, what is missing, or not installed yet ?? I don’t know!
Yes i have an 64-bit Windows 7 system.
I would love to try that small line i found here from knucklesandwich:

defaultSettings.putBoolean("DisableJoysticks", false);

but i don’t know which object i could call for that.

So my question now is:

Has anybody found out what now really is causing that problem, because i ran the same system before, it was just messed up.
Why should i now begin to extract libs, when i know, it has to work. It did that before !
With any controller

As i didn’t say that yet: I only try to run TestJoystick right now

Testing JInput with this:

Works