Invalid or corrupt jarfile #1113
Unanswered
lsr1006
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to run this bot on Ubuntu. I followed the instructions at https://jmusicbot.com/setup/ however upon running the .jar file, I get the following error:
Error: Invalid or corrupt jarfile JMusicBot-0.3.6.jar
For the sake of clarity, here is what I did:
Installed Java. Here is the java version:
Created a directory for the jar. Used "wget" command to download the .jar file from github:
wget https://github.com/jagrosh/MusicBot/releases/tag/0.3.6/JMusicBot-0.3.6.jar
Attempted to run the .jar with the following command:
java -Dnogui=true -jar JMusicBot-0.3.6.jar
Beta Was this translation helpful? Give feedback.
All reactions