I have a java app using robot class to move the cursor, click controls, and send keystrokes to other app using windows xp home service pack 3. My issue is that the cursor does not even move when I attempt to run the app in windows 7. In windows 7 I am developing using Eclipse JEE 64 with JDK compliance 1.7. In windows xp I am at compliance 1.6. I have tried compliance 1.6 and 1.7 on windows 7 with no success. I have set both systems at the same screen resolutions. So the pixel positioning should be the same. It appears that the focus has to be on the java app in windows 7 and not the app I am trying to drive. Which will not accomplish the purpose of driving another app.
Does anyone have any suggestions? Thanks!!
Does anyone have any suggestions? Thanks!!