CRIC

CRIC or Custom Runtime Image Creator, is a gui for the jlink command.

It produces custom runtime images, kind of Java Runtime Environments.

The driver behind CRIC was the need to create cross-target custom runtime images for the non-modular Mapton application, well it is modular, but using the NetBeans Module System instead of Java Platform Module System.

CRIC is open source, using APACHE LICENSE, VERSION 2. The source code is available on github.

Download

Get your copy from the github release page.

Documentation

  • Start by setting a path to jlink in the options dialog
    • This can later be overridden in each profile
  • Everything else should be pretty self-explanatory

Screenshots

CRIC main window
CRIC Profile editor
CRIC Options

History

2021-01-30

The first official release, now based on JavaFX.

2020-03-29

Initial snapshot release.