kwhat / jnativehook

Global keyboard and mouse listeners for Java.
Other
1.73k stars 344 forks source link

Fatal IO Error/ JVM Console Error #259

Open Sivaprakashsiva opened 5 years ago

Sivaprakashsiva commented 5 years ago

I have write the java application using JNativeHook library which will run in the background and waiting for client to press some key the application working fine when I manually started, But if I run in Startup it gives fatal error. Is there any way to run the application in Startup. @kwhat Please let me know that JNativeHook is also needed console or not...

kwhat commented 2 years ago

But if I run in Startup it gives fatal error. Is there any way to run the application in Startup.

Which operating system? How are you running it in startup? I suspect it needs to run later in the startup process.

Please let me know that JNativeHook is also needed console or not...

It does not need the console.