Top
image credit: Adobe Stock

What is the JRE? Introduction to the Java Runtime Environment

November 23, 2022

Via: InfoWorld

Together, the Java Development Kit (JDK), the Java Virtual Machine (JVM), and the Java Runtime Environment (JRE) form a powerful trifecta of Java and Jakarta EE platform components for developing and running Java applications. They all work together to let developers build and run Java programs. I’ve previously introduced the JDK and JVM. In this quick overview, you’ll learn about the JRE, which is the runtime environment for Java.

Practically speaking, a runtime environment is a piece of software that is designed to run other software. As the runtime environment for Java, the JRE contains the Java class libraries, the Java class loader, and the Java virtual machine. In this system:

Read More on InfoWorld