PDA

Click to See Complete Forum and Search --> : Java send Keystrokes


Reventon
Sep 24th, 2008, 02:46 PM
Hi,
Im trying to make an application with java which will send keystrokes such as typing a text. It is exactly like VB SendKeys. Does anybody know how this can be done?

Thanks

ComputerJy
Sep 24th, 2008, 05:42 PM
Well, Java is platform independent so I don't think this would be easy.
I guess JNI is the best solution. But what do I know :P there might be an easier way