Since Java 9, there is no longer a Java Runtime Environment (JRE) shipped as part of the Java Development Kit. The JDK provides a tool to allow you to create your own JRE. In this article, we will look at using this tool to create our own JRE.
Continue reading “Using JLink to build a Java 11 JRE”