Running jar file on server?
Hello! I am trying to run a Minecraft server off of cPanel, but am having trouble running the minecraft_server.jar, it returning "java: command not found." Has anyone else been able to run jar files? I have installed Java 1.8.0 OpenJDK.
-
Hi, it returning "java: command not found.
The above message is pretty much clear the java executable is not found or the application is not able to find it. What is the output of the below command on your server? #which java #java --version OR #java -version0 -
which java: (returns nothing) java --version: java: command not found java -version: java: command not found Adding # before the commands make it return nothing. 0 -
Hello, There's an existing thread on this topic at: Thank you. 0
Please sign in to leave a comment.
Comments
3 comments