Java Robot.mouseMove() stops working without apparent reason

Hi, I am currently developing a tool, which utlilized the "Robot" class alot to perform mouse and key actions. I closed the working version of my code and reopened, after which not a single move action is being performed. Relaunching Eclipse doesn't fix the issue. Mouse press and release functions do work however.
All parts of my program functioned as expected when I closed out of the software the last time and the issue occured immediately when testing the functionality again.

I am not getting any errors, but also not the behavior I want.

Does somebody know how I could approach fixing it?
Any help is appreciated!
Was this page helpful?