Readme

Submitted by: Submitted by

Views: 464

Words: 2042

Pages: 9

Category: Science and Technology

Date Submitted: 03/20/2011 12:07 PM

Report This Essay

README

Java(TM) Platform, Standard Edition

Runtime Environment

Version 6

The Java(TM) Platform, Standard Edition Runtime Environment (JRE(TM)),

excluding the JavaFX(TM) runtime, is intended for software developers

and vendors to redistribute with their applications.

The Java SE Runtime Environment contains the Java virtual machine,

runtime class libraries, and Java application launcher that are

necessary to run programs written in the Java programming language.

It is not a development environment and does not contain development

tools such as compilers or debuggers. For development tools, see the

Java SE Development Kit (JDK(TM)). The JRE installation triggers the

download of the JavaFX runtime. The JavaFX runtime is also available

separately, and is not part of the JRE. For information on JavaFX, and

how to make changes, go to: http://java.com/javafx

=======================================================================

Deploying Applications with the Java SE Runtime Environment

=======================================================================

When you deploy an application written in the Java programming

language, your software bundle will probably consist of the following

parts:

Your own class, resource, and data files.

The Java SE Runtime Environment.

An installation procedure or program.

You already have the first part, of course. The remainder of this

document covers the other two parts. See also the Notes for Developers

page on the Java Software website:

http://java.sun.com/javase/6/webnotes/runtime.html

-----------------------------------------------------------------------

Java Platform, Standard Edition Runtime Environment (JRE)

-----------------------------------------------------------------------

To run your application, a user needs the Java SE Runtime Environment,

which is freely available from...