https://github.com/wurstscript/wurst-jar-wrapper
Windows executable wrapper for the wurstscript.jar
https://github.com/wurstscript/wurst-jar-wrapper
Last synced: 2 days ago
JSON representation
Windows executable wrapper for the wurstscript.jar
- Host: GitHub
- URL: https://github.com/wurstscript/wurst-jar-wrapper
- Owner: wurstscript
- Created: 2017-06-26T22:47:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T20:10:24.000Z (about 1 year ago)
- Last Synced: 2025-02-23T21:18:51.963Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
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
[](https://travis-ci.org/wurstscript/wurst-jar-wrapper)
[](https://bestpractices.coreinfrastructure.org/projects/1985)
# 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?
- [Raise an issue in the github issue tracker](https://github.com/wurstscript/wurst-jar-wrapper/issues)
- [Send an instant message on matrix.org:#wurst](https://matrix.to/#/!qppIznMkBZgRaYJNYA:matrix.org?via=matrix.org)