We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f86783 commit fb1d740Copy full SHA for fb1d740
src/lib.rs
@@ -278,4 +278,9 @@ mod unit_tests {
278
println!("locate_java_home: {}", locate_java_home().unwrap());
279
println!("locate_jvm_dyn_library: {}", locate_jvm_dyn_library().unwrap());
280
}
281
+
282
+ #[test]
283
+ fn locate_java_from_exec_test() {
284
+ println!("do_locate_java_home: {}", do_locate_java_home().unwrap());
285
+ }
286
0 commit comments