How to use JDK without JRE in Java 11 [duplicate]
For 20 years, the JDK shipped with a JRE which was just a subset of its functionality installed in a different directory on your system. In fact, it shipped with TWO identical JREs, one installed inside the JDK installation directory and one outside it. This has always puzzled me as it’s a complete waste of … Read more