Java Runtime Environment

This is an old revision of this page, as edited by Ng.j (talk | contribs) at 14:08, 14 November 2007 (New infobox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Java Runtime Environment, or JRE, or J2RE is software created by Sun Microsystems that allows a computer system to run a Java application.

Java Runtime Environment
Original author(s)James Gosling et al
Developer(s)Sun Microsystems
Stable release
Java 6 Update 3 / October 10 2007
TypeSoftware platform
LicenseGNU General Public License /
Java Community Process
Websitewww.java.com Edit this on Wikidata

Overview

A JRE is required to run Java applications interpretively on a target hardware and operating system platform, since Java applications are not in machine code. Many applications for which a degree of portability is important are written in Java, and some Web pages use Java as well. (Java should not be confused with Javascript, which is much more widespread on the Web and is interpreted directly by Web browsers, without the need for a runtime environment.)

As of 2007 computer users can download the current JRE version (Sun lists JRE 6.0, JRE 1.5 and JRE 1.4) by testing their Java Virtual Machine (JVM) at the Java.com test page.

The software bundle consists of the JVM and programming interface (API). The API provides a set of standard class libraries. The virtual machine and API have to be consistent with each other and are therefore bundled together as the JRE. This can be considered a virtual computer in which the virtual machine is the processor and the API is the user interface.