1. Write a simple Java program public class testshell { public static void main(String[] args) { int count = 0; for (String arg : args) { System.out.println("The " + (++count) + " parameter: " + arg); } } } Package the above program into centOS6 2. Write a shell script #!/bin/bash export JAVA_HOME=/usr/local/jdk1.8.0_91 export PATH=$JAVA_HOME/bin:$PATH A=`date` java -cp /root/Desktop/testshell.jar com.testshell "$A" >>/root/Desktop/c.txt Here, please note that the absolute path address of the jar package in the Java environment variable is written 3. Edit the timer file (crontab -e) Summarize The above is the script that I introduced to you in centOS6 using crontab to regularly run and execute jar programs. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: MySQL 8.0.15 installation and configuration method graphic tutorial (Windows 10 X64)
>>: Vue's new partner TypeScript quick start practice record
Now if you want to use the video tag in a page, y...
This article shares the installation and configur...
The default scroll bar style in Windows is ugly, ...
Server Status Analysis View Linux server CPU deta...
Database performance optimization generally adopt...
This article example shares the specific code for...
Description of the phenomenon: The project uses s...
Doccer Introduction: Docker is a container-relate...
The specific code is as follows: <!DOCTYPE htm...
When it comes to remote desktop connection to Lin...
In MySQL, how do you view the permissions a user ...
1. Window -> preferences to open the eclipse p...
1. System environment The system version after yu...
background We can use react-color to implement th...
If you use docker search centos in Docker Use doc...