Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chrismooredev/jvm-find-rs
- Owner: chrismooredev
- License: apache-2.0
- Created: 2021-08-02T13:32:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T19:22:06.000Z (about 3 years ago)
- Last Synced: 2024-10-13T08:09:35.487Z (about 1 month ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.