danishjuzdan / jnativehook

Automatically exported from code.google.com/p/jnativehook
0 stars 0 forks source link

GlobalScreen.registerNativeHook(); #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C:\Program Files\Xinox Software\JCreator 
LE\MyProjects\NativeHookDemo\NativeHookDemo.java:188: cannot find symbol
symbol  : method registerNativeHook()
location: class myprojects.nativehookdemo.GlobalScreen
                    GlobalScreen.registerNativeHook();
                                ^
1 error

Process completed.

How to registerNativeHook in given example.

How to define class path to jNativeHook.jar

please check the attached and let me know how to run successfuly thegiven 
attached

Original issue reported on code.google.com by amit.moo...@gmail.com on 6 Mar 2014 at 9:40

Attachments:

GoogleCodeExporter commented 9 years ago
You can use java -cp/some/path/to/the/JNativeHook.jar YourProgram.

Original comment by a...@1stleg.com on 21 Mar 2014 at 6:26