I'm starting the server with this:
nohup /home/mj/Apps/jre1.8.0_45/bin/java -jar jRDC.jar > nohup.out &
but I'm getting this error:
/home/mj/Apps/jre1.8.0_45/bin/java cannot execute binary file
I double checked that the java file has execute permission and that the file is in that path.
How can I fix this.
Thanks.
nohup /home/mj/Apps/jre1.8.0_45/bin/java -jar jRDC.jar > nohup.out &
but I'm getting this error:
/home/mj/Apps/jre1.8.0_45/bin/java cannot execute binary file
I double checked that the java file has execute permission and that the file is in that path.
How can I fix this.
Thanks.