kud1ing / rucaja

Calling the JVM from Rust via JNI
https://docs.rs/rucaja
Apache License 2.0
31 stars 7 forks source link

Make the JNI/Java version configurable #10

Open kud1ing opened 7 years ago

kud1ing commented 7 years ago

JNI_VERSION_1_8 is currently hard-coded in jvm::new().

Make JNI/Java more configurable. Maybe even at runtime?