Java noob here. Seasoned in other languages but haven't ever used Java in production. I've already Googled and found solutions to this problem, but they do not work for me. Posting here just to make sure it's not an OSBot-specific issue.  I followed step #1 on this OSBot tutorial. I added json-simple-1.1.jar to my project so I can use the following imports: import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException;