rust-jdbc icon indicating copy to clipboard operation
rust-jdbc copied to clipboard

rust-jdbc/jvm are not currently on crates.io and example doesn't link jvm

Open omac777 opened this issue 7 years ago • 0 comments

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.

omac777 avatar Nov 01 '18 11:11 omac777