<terminated, exit value: -1073740791>C:\Program Files\Java\jre1.8.0_111\bin\javaw.exe
I receive the above message when I attempt to debug why my code is suddenly terminating without error in Eclipse. I am able to run the exact same code on a different machine with a different installation of Eclipse Neon.
Based on debugging I've found that it terminates at the following statement
bot = new Robot();
Things I've tried...
- Reinstalling Eclipse Neon (after removing eclipse folder)
- Reinstalling Java (Both JDK and JRE)
- Adjusting PATH variables
- Removing local git clone and pulling code again
- Restarting Computer (really just shooting in the dark now)
I have a feeling it has something to do with this specific eclipse settings as the code runs perfectly fine on another machine/eclipse setup.
Thanks in advance for any/all help.