kwhat / jnativehook

Global keyboard and mouse listeners for Java.
Other
1.75k stars 347 forks source link

GlobalKeyListener not working in windows executable file #447

Closed l00pss closed 1 year ago

l00pss commented 1 year ago

When I use GlobalKeyListener in JNativeHook at development time, it works fine. When executable file is prepared for Windows (.exe), it does not work. What is the reason for this, how do I know? Best regards