You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.