Together, the Java Development Kit (JDK), the Java Virtual Machine (JVM), and the Java Runtime Environment (JRE) form a powerful trifecta of Java platform components for developing and running Java applications. I’ve previously introduced the JDK and JVM, and in this quick tutorial 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…
Read the entire article at the source link… Matthew Tyson
The post What is the JRE? Introduction to the Java Runtime Environment appeared first on Codango™ / Codango.Com.