theanimals Posted January 2, 2020 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
Naked Posted January 2, 2020 Posted January 2, 2020 Does the script contain a Script Manifest? If so, is it compiled properly (it probably isn't).
theanimals Posted January 2, 2020 Author 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
theanimals Posted January 2, 2020 Author 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
theanimals Posted January 2, 2020 Author 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
BravoTaco Posted January 3, 2020 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
theanimals Posted January 3, 2020 Author Posted January 3, 2020 That is the guide I used! I followed every step, I have java 8, everything seems fine
theanimals Posted January 3, 2020 Author 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