rust-jdbc
rust-jdbc copied to clipboard
rust-jdbc/jvm are not currently on crates.io and example doesn't link jvm
Both rust-jdbc and rust-jvm are not on the crates.io repo. I currently can build both using rust nightly "cargo +nightly build". BUT when I try to build the provided example source, I get cc linker error -ljvm not found. I tried to point it to the java sdk's libjvm.so but it still fails to link and I have not successfully run any examples with your rust-jdbc yet.
Thank you for listening.