uyfgfarOS Posted January 16, 2022 Share Posted January 16, 2022 Just set up my IDE (Eclipse) and using some old code from a previous bot I scripted. Getting the error [ERROR][01/16 04:31:07 PM]: Failed to load local script : buyer/main$State.class [ERROR][01/16 04:31:07 PM]: Failed to load local script : buyer/main.class I thought it may be my code, so loaded up a skeleton script that I know has 0 issues. Same error with that, too. I had one of the newer Javas, uninstalled that and tried just using Java 8, same error again. Any ideas? Cheers. Quote Link to comment Share on other sites More sharing options...
uyfgfarOS Posted January 17, 2022 Author Share Posted January 17, 2022 bump Quote Link to comment Share on other sites More sharing options...
PetePete929 Posted January 17, 2022 Share Posted January 17, 2022 Hey do you want to get together and learn how to script? I am learning to and I think I know what's wrong with your script. Quote Link to comment Share on other sites More sharing options...
uyfgfarOS Posted January 17, 2022 Author Share Posted January 17, 2022 2 hours ago, PetePete929 said: Hey do you want to get together and learn how to script? I am learning to and I think I know what's wrong with your script. Hi mate, it's because I wasn't running it on Java SE 1.8. I got confused thinking that wasn't Java 8, but it is Quote Link to comment Share on other sites More sharing options...
PetePete929 Posted January 17, 2022 Share Posted January 17, 2022 26 minutes ago, uyfgfarOS said: Hi mate, it's because I wasn't running it on Java SE 1.8. I got confused thinking that wasn't Java 8, but it is Where do you run java se 1.8? Quote Link to comment Share on other sites More sharing options...