This is an example project that shows how to start JVM from Rust and call Java code from Rust.
clone the repository:
git clone https://github.com/FilippoVissani/scala-from-rust-interoperability-example.git
cd ./scala-from-rust-interoperability-example
Run the project:
cargo run
Run the tests:
cargo test