Thanks for the reply guys.
To #2: Nope

No other thread. I need an alternate framework to JIntellitype which allows me to register a global hotkey in a
Java Application (Windows-only ok for now, cross-platform would be ideal), as long as there is one...
To #3: Ok this is the method that returns false in my app: JIntellitype.isJIntellitypeSupported(). According to the source in the example you refer to, it means either I'm not on Windows OS (I can be in Vista or XP so not likely) or DLL is not being loaded ok. Is it enough that my dll is in the root directory of the project, or system32, for it to load correctly? Cause I tried both and it doesn't work on Vista. I've tried the exact example from the site on XP and it works.