Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

SimpleJarWrapper allows you to run another jar file as a subprocess

License

Notifications You must be signed in to change notification settings

ChargedByte/SimpleJarWrapper

Repository files navigation

SimpleJarWrapper

SimpleJarWrapper allows you to run another jar file as a subprocess.

Usage

Download a release jar file from the releases page or build it yourself.

Place the jar file along with the configuration file in to a directory. You can see the example configuration file here for the available options.

Then you can just run the jar file with the following command:

$ java -jar SimpleJarWrapper-<VERSION>-all.jar

Build

Project is intended to be compiled with JDK 11 or later.

Clone the repository to your desired location and run the following command to build the jar file:

$ ./gradlew build

This should produce a SimpleJarWrapper-<VERSION>-all.jar file in the build/libs directory.

License

This project is licensed under the MIT license.

About

SimpleJarWrapper allows you to run another jar file as a subprocess

Resources

License

Stars

Watchers

Forks

Languages