Hmm. Totally new to programming so I'll have a few questions. FI copied and pasted in the backbone, and already got a lot of red lines. Here's what the console reads.
Error: Unable to initialize main class core.Main in module TeaThiever2
Caused by: java.lang.NoClassDefFoundError: Graphics2D
Got the OSBot jar file in the referenced libraries - Looks like I have a new edition of Eclipse since this tutorial was made though, so I exported it under ClassPath.
First red line and error is appearing at this code line: import java.awt.Graphics2D;
Any idea on the issue?