# rj-init This library builds atop [j4rs](https://github.com/astonbitecode/j4rs) to give developers a safe, reliable way to invoke JVM code from a native binary with very few dependencies (`libc` + system threading libraries). This project is built as a rust library and `src/main.rs` is used as an example standalone binary program. # Plans - [ ] Integrate web-ui to provide primitive user feedback during app init - [ ] Support offline JVM installs - [ ] Support application .jar download + caching (TODO versioning?) - [ ] Implement MacOS support