A simple cli program used to replace a program's .jar file with another.
Go to file
Kristian Knarvik f304a7a546
All checks were successful
KnarCraft/Jar-Updater/pipeline/head This commit looks good
Adds Jenkinsfile
2020-08-22 14:58:56 +02:00
src Implements all functionality assumed necessary 2020-08-22 14:40:46 +02:00
.gitignore Initial commit 2020-08-21 08:29:05 +02:00
Jenkinsfile Adds Jenkinsfile 2020-08-22 14:58:56 +02:00
pom.xml Implements all functionality assumed necessary 2020-08-22 14:40:46 +02:00
README.md Updates README with usage information 2020-08-22 14:58:39 +02:00

Jar-Updater

A simple cli program used to replace a program's .jar file with another.

Usage

The software must be given one argument which is the download URL for the new file. The second argument (optional) is the program to be run after the new file has been downloaded (usually the program calling this software). The third argument is the new file name of the downloaded file. This is used when the file name in the URL might change. The fourth argument is the amount of seconds to wait before starting the download. This gives the calling software time to exit, making its executable readable.

The software is limited to downloading .jar files from knarcraft.net, but can be extended by replacing the URL validator.