Read 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.
- Take the complexity out of using
- 🔢 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!
- This tool will turn all of your selections into the exact
If this project helped you, please consider buying me a coffee or sponsoring me. Your support is much appreciated!
- Get Started
- Documentation
- Overview
- Donate
- Table of Contents
- Installation
- Usage
- 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.
import { EasyJRE } from 'easyjre';
<EasyJRE />
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:
.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.
⭐ Found It Helpful? Star It!
If you found this project helpful, let the community know by giving it a star: 👉⭐
See LICENSE.md.