In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
This article will explain in detail how to run the jar package in linux. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.
When we need to run the Java program developed on Windows on Linux, we need to package the Java program into a jar package and upload it to Linux.
Here are several ways to launch the jar package in the background under Linux:
Method 1:
Java-jar xxx.jar &
& indicates that the background runs and the ssh window is not locked, but when the window is closed, the program still exits.
Method 2:
Nohup java-jar xxx.jar &
Nohup means that the command line does not hang up, and the program is still running when the account exits or closes the terminal.
When a job is executed with the nohup command, all output from the job is redirected to a file in nohup.out unless another output file is specified.
Method 3:
Nohup java-jar xxx.jar > / usr/local/temp.txt &
> / usr/local/temp.txt means that all startup log information is recorded in the temp.txt file.
After reading the above, have you mastered the method of running the jar package in linux? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.