Java Run Time Environment
The Java Runtime Environment (JRE), also known as Java Runtime, is the part of the Java Development Kit (JDK) that contains and orchestrates the set of tools and minimum requirements for executing a Java application. The JDK, along with the Java Virtual Machine (JVM) and the JRE, can be used by developers to program and run Java applications.
In order for a software program to execute code, it needs a runtime environment to load class files, verify access to memory and retrieve system resources. The JRE specifically contains a Java class loader, which is responsible for loading classes and connecting them to the core Java class libraries, and the JVM, that ensures proper environment performance.