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
Printable View
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
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