JRE
The Java Runtime Environment (JRE) is a software package that provides the minimum requirements for executing Java applications. It includes the Java Virtual Machine (JVM), the Java Class Library, and other components needed to run Java programs. The JRE does not include development tools such as a compiler or debugger; those are provided by the Java Development Kit (JDK).
The JRE enables platform independence by running Java bytecode that has been compiled from source code. The
Distribution and versions: The JRE is part of the Java Platform, Standard Edition (Java SE). Oracle and