Skip to content

wurstscript/wurst-jar-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Windows executable wrapper for the wurstscript.jar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages