Docs.rs
jvm-find-0.1.0
jvm-find 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
chrismooredev
Dependencies
glob ^0.3.0
normal
optional
thiserror ^1.0.26
normal
Versions
56.52%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jvm_
find
0.1.0
All Items
Crate Items
Structs
Enums
Constants
Crate
jvm_find
Copy item path
Source
Structs
§
Java
Home
A located Java home directory. Note that this type does not necessarily contain a valid one (in the case of a bad JAVA_HOME variable, custom-created one, etc) - as such, all usages of the contained path must be validated.
Enums
§
Error
Constants
§
NATIVE_
LIBRARY_
FILENAME
The specific native library filename, chosen for the built platform.
NATIVE_
LIBRARY_
FILENAME_
LIN
The Linux shared library object that applications can link to -
libjvm.so
NATIVE_
LIBRARY_
FILENAME_
MAC
The MacOS dynamic library that applications can link to -
libjli.dylib
NATIVE_
LIBRARY_
FILENAME_
WIN
The Windows native library that applications can link to -
jvm.dll