Content deleted Content added
MyNameIsNeo (talk | contribs) m needed to explain abbreviation before using later on |
cleanup needed for JRE versions and clarification of vague terms many and normal |
||
Line 1:
{{cleanup|date=September 2007}}<!-- needs expansion to clarify Sun's versions and to define "many" and "Normal" -->
[[Image:Java_Logo.svg|thumb|130px|right|Java Logo]]
The '''Java Runtime Environment''', or '''JRE''', or '''J2RE''' is a [[software]] bundle from [[Sun Microsystems]] that allows a [[computer system]] to run a [[Java platform|Java application]]. Java applications are in widespread use and necessary to view many Internet pages.
The software bundle consists of the [[Java_Virtual_Machine|JVM]] and programming interface ([[Application Programming Interface|API]]). The API provides a set of standard [[Java platform#Class libraries|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.
|