Easily create an OpenJDK JRE using jlink!
npm install easyjreRead the official documentation.
This tool allows you to easily create a custom OpenJDK JRE using jlink.
- ☕ Create a JRE quickly and easily
- Take the complexity out of using jlink to create a JRE.
- 🔢 Supports multiple use cases
- Whether you want a standard Java SE JRE or something highly custom, EasyJRE has you covered.
- ✅ Easy module selection
- Quickly select the modules you'd like to include, or enter them manually.
- 💻 jlink command generation
- This tool will turn all of your selections into the exact jlink command to run to get the job done!
If this project helped save you time, please consider buying me a coffee, which powers my development (and life). Your support is much appreciated!
- Get Started
- Open EasyJRE
- Documentation
- Overview
- Features include:
- Donate
- Table of Contents
- Installation
- Usage
- Via Website
- Via npm
- TypeScript
- Icon Attribution
- Contributing
- ⭐ Found It Helpful? Star It!
- License
```
npm i easyjre
Go here: EasyJRE
If you want to use the tool in your own project, you can install this package via npm and use the exported EasyJRE component.
`jsx`
import { EasyJRE } from 'easyjre';
`jsx`
You can use CSS to hide the header and footer by selecting and styling the .easyjre-header and .easyjre-footer classes with display: none, like so:
`css``
.easyjre-header, .easyjre-footer {
display: none !important;
}
Type definitions have been included for TypeScript support.
Favicon by Twemoji.
Open source software is awesome and so are you. 😎
Feel free to submit a pull request for bugs or additions, and make sure to update tests as appropriate. If you find a mistake in the docs, send a PR! Even the smallest changes help.
For major changes, open an issue first to discuss what you'd like to change.
If you found this project helpful, let the community know by giving it a star: 👉⭐
Want to support the project? Feel free to grab me a coffee, which is my main source of fuel for development:
See LICENSE.md.