<terminated, exit value: -1073740791>C:\Program Files\Java\jre1.8.0_111\bin\javaw.exe
I get the message above when I try to debug why my code unexpectedly exits without errors in Eclipse. I can run the same code on another machine with a different installation of Eclipse Neon.
Based on debugging, I found that it ends in the following expression
bot = new Robot();
Things I tried ...
- Reinstalling Eclipse Neon (after deleting the eclipse folder)
- Reinstalling Java (both JDK and JRE)
- Setting PATH Variables
- Removing local git cloning and pulling code again
- Restart your computer (in fact, just shoot in the dark now)
I have a feeling that it has something to do with these specific eclipse settings, as the code works fine on another machine / eclipse setting.
/ .