The wurst jar wrapper is an executable that calls into java and a jar file. It's made to enable wurst jars to be executed from the command line on Windows platforms.
At present, this is used for two purposes:
- wurstscript.exe
- grill.exe
There are no tests, but cargo run will compile and run the wrapper.
rustup updatecargo install --force cargo-makecargo make wurstscriptcp target/release/wurst-jar-wrapper.exe ~/.wurst/wurstscript.execargo make grillcp target/release/wurst-jar-wrapper.exe ~/.wurst/grill.exe
The wurst jar wrapper was originally a component of wurstpack (WurstScript's fork of JNGP).
Now it is used to wrap multiple jar files.