Konica Minolta bizhub PRESS 2250P User Manual

Page 51

Advertising
background image

bizhub PRESS 2250P

1-49

1.3

SOFTWARE LICENSE AGREEMENT

1

Runtime Environment

Version 5.0

The J2SE(TM) Runtime Environment (JRE) is intended for software developers and vendors to redistribute
with their applications.

The J2SE 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

J2SE Development Kit.

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

Deploying Applications with the J2SE 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.

A 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/j2se/1.5.0/runtime.html

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

Runtime Environment

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

To run your application, a user needs the J2SE Runtime Environment,

which is freely available from Sun. Or, You can redistribute the

J2SE Runtime Environment for free with your application, according

to the terms of the Runtime Environment's license.

The final step in the deployment process occurs when the software is

installed on individual user system. Installation consists of copying

software onto the user's system, then configuring the user's system

to support that software. You should ensure that your installation

procedure does not overwrite existing JRE installations, as they may

be required by other applications.

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

Redistribution of the J2SE Runtime Environment

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

Advertising