Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.25 KB

readme.md

File metadata and controls

38 lines (22 loc) · 1.25 KB

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

Build Status CII Best Practices

Test the wrapper

There are no tests, but cargo run will compile and run the wrapper.

Installation

  • rustup update
  • cargo install --force cargo-make
  • cargo make wurstscript
  • cp target/release/wurst-jar-wrapper.exe ~/.wurst/wurstscript.exe
  • cargo make grill
  • cp target/release/wurst-jar-wrapper.exe ~/.wurst/grill.exe

History

The wurst jar wrapper was originally a component of wurstpack (WurstScript's fork of JNGP).

Now it is used to wrap multiple jar files.

Issues? Vulnerabilites?