Solved PaperMC does not start linux

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
290
18
57
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