- Jun 6, 2020
- 11,559
- 4,422
Linux server: Centos 7
What I've done:
1. Download
2. Unzipped it with 7Zip to a folder named java11 which contains the bin folder as one of its child folders
3. Uploaded entire java11 folder to my server at /home/user1/java11
4. Compiled my test app in release mode and the resulting jar file is test.jar
5. Uploaded test.jar to /home/user1 folder
6. Ran the following terminal command
B4X:
And I got this log
Thanks in advance!
What I've done:
1. Download
برای دیدن لینک ها باید ثبت نام کنید
to my Windows 102. Unzipped it with 7Zip to a folder named java11 which contains the bin folder as one of its child folders
3. Uploaded entire java11 folder to my server at /home/user1/java11
4. Compiled my test app in release mode and the resulting jar file is test.jar
5. Uploaded test.jar to /home/user1 folder
6. Ran the following terminal command
B4X:
nohup /home/user1/java11/bin/java -jar /home/user1/test.jar >nohup.out &
And I got this log
What am I missing?nohup: failed to run command '/home/user1/java11/bin/java': No such file or directory
Click to expand...
Thanks in advance!
برای دیدن لینک ها باید ثبت نام کنید