theanimals Posted January 2, 2020 Share Posted January 2, 2020 (edited) I have this in the logger: https://i.imgur.com/pyD9emj.png I used EXACTLY this code I can't seem to find anyone with this exact problem and replies to their post Edited January 2, 2020 by theanimals formatting Quote Link to comment Share on other sites More sharing options...
Naked Posted January 2, 2020 Share Posted January 2, 2020 Does the script contain a Script Manifest? If so, is it compiled properly (it probably isn't). Quote Link to comment Share on other sites More sharing options...
theanimals Posted January 2, 2020 Author Share Posted January 2, 2020 1 minute ago, Naked said: Does the script contain a Script Manifest? If so, is it compiled properly (it probably isn't). I will look into this, thank you Quote Link to comment Share on other sites More sharing options...
theanimals Posted January 2, 2020 Author Share Posted January 2, 2020 I don't think it has to do with the manifest... I found this https://i.imgur.com/WVZOQtc.png , will look into it Quote Link to comment Share on other sites More sharing options...
theanimals Posted January 2, 2020 Author Share Posted January 2, 2020 Am I supposed to have a .class or .jar in the scripts folder? I can't find any correct replies to similar problems so I have no clue what is wrong, most people have over complicated code or stuff that makes no sense but I just followed the skeleton Quote Link to comment Share on other sites More sharing options...
BravoTaco Posted January 3, 2020 Share Posted January 3, 2020 (edited) You have to build out the project as .jar file into the scripts folder. What IDE are you using? If you are using IntelliJ than this may help: This for Eclipse: Edited January 3, 2020 by BravoTaco Quote Link to comment Share on other sites More sharing options...
theanimals Posted January 3, 2020 Author Share Posted January 3, 2020 That is the guide I used! I followed every step, I have java 8, everything seems fine Quote Link to comment Share on other sites More sharing options...
theanimals Posted January 3, 2020 Author Share Posted January 3, 2020 (edited) Okay I found the problem! if you go in cmd -> java -version it might say 1.8.x but in intelliJ idea your default version might be different and it wouldn't have shown on java -version... click new next to the "Project SDK" in the new project window and select your jdk1.8.0_231 folder! Edited January 4, 2020 by theanimals Quote Link to comment Share on other sites More sharing options...