Java Runtime Environment

This is an old revision of this page, as edited by 158.182.1.38 (talk) at 11:23, 27 May 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A program targeting the Java Platform needs two components to be present on its host: a Java virtual machine, and a set of class libraries providing any services on which it depends. Sun's distribution of their JVM and their implementation of the standard classes is known as the Java Runtime Environment (JRE). The two parts of JRE are: