Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrismooredev/jvm-find-rs

Utility crate to locate the system's installed Java/JVM installation.
https://github.com/chrismooredev/jvm-find-rs

Last synced: 15 days ago
JSON representation

Utility crate to locate the system's installed Java/JVM installation.

Awesome Lists containing this project

README

        

# jvm-find

[![crates.io](https://img.shields.io/crates/v/jvm-find.svg)](https://crates.io/crates/jvm-find)
[![docs.rs](https://docs.rs/jvm-find/badge.svg)](https://docs.rs/jvm-find/)

Retrieves the path to the directory for the system's Java installation.

Also provides helper functions to find specific files/folders within the installation.

Designed for use in build scripts, but can be used in regular libraries/applications just fine as well.