Wisser / Jailer

Database Subsetting and Relational Data Browsing Tool.

Home Page:https://wisser.github.io/Jailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert to jlink for packaging

Chaz6 opened this issue · comments

Some Java distributions (e.g. Corretto) no longer provide a JRE as it is now preferred to use jlink to provide a software package that does not require a JRE to run.

I already use jlink for the creation of software packages. The artifacts *.msi and *.deb are created this way.
Furthermore I offer packages without embedded JRE. This is still useful in some cases.