Crate jvm_find

Source

Structs§

JavaHome
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