|
|
|
|
|
by pjmlp
586 days ago
|
|
JRE for Java isn't a thing since Java 8, the official way is to use jlink to create a custom runtime, make use of jpackage, or AOT compile. You may still find some JREs, which are created by some distributions that take the stuff out of the JDK to make classical JRE, though. |
|