Java Run-Time Environment

Java Run-Time Environment

(language)
(JRE) The part of the Java Development Kit required to run Java programs. The JRE consists of the Java Virtual Machine, the Java platform core classes and supporting files. It does not include the compiler, debugger or other tools present in the JDK. The JRE is the smallest set of executables and files that constitute the standard Java platform.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
Mentioned in ?
References in periodicals archive ?
The Java Development Kit (JDK) or Java Run-time Environment (JRE), versions 1.1.6 or up, must be installed on the host computer.
Instead of requiring the application to manage its heap-allocated memory, the Java run-time environment provides automatic garbage collection, enabling application developers to minimize the dual dangers of memory leaks and erroneous memory references.
For example, the NetRexx language [2], a scripting language intended for non-programmers, is compiled into Java bytecodes and can therefore be executed in the standard Java run-time environment.