Solved PaperMC does not start linux

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

Fabs_gb

New member
Dec 6, 2024
7
1
3
Germany
I have downloaded the Server.jar file but when I try to start it via the terminal I just get the error "Error: Unable to access jarfile server.jar" and I don't know how to fix the error. I use RaspberryPi OS and the following command: "java -Xms5120M -Xmx5120M -jar server.jar"
 
Solution
your jar is not called servar.jar, you need to make sure that the paper jar is in whatever folder you're running that command in, and is called whatever name your script is expecting

electronicboy

Administrator
Staff member
Dec 11, 2021
321
18
68
28
your jar is not called servar.jar, you need to make sure that the paper jar is in whatever folder you're running that command in, and is called whatever name your script is expecting
 
Solution