Definition:
JRE stands for Java Runtime Environment. The JRE contains:
- Java Virtual Machine
- Java APIs and code libraries
- Java Applet Viewer
- Supporting tools and files
The JRE must be installed on a computer before it can run any Java programs.

