home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / dreamweaver / software / dwmx2004.exe / Disk1 / data1.cab / JVM_En / README.txt < prev    next >
Encoding:
Text File  |  2003-09-05  |  10.2 KB  |  218 lines

  1.                                 README
  2.  
  3.            Java(TM) 2 Runtime Environment, Standard Edition
  4.                             Version 1.3.1
  5.                           
  6.  
  7.  *********************************************************************
  8.  *               Notice of New Redistribution Options                 *
  9.  *                                                                    *
  10.  * Beginning October 17, 2001, it is permissable to redistribute      *
  11.  * the "javac" compiler with the Java 2 Runtime Environment (JRE).    *
  12.  * See the Sun Binary Code License and this README for terms          *
  13.  * and conditions.  Items that have been added to the section         *
  14.  * in this README entitled "Redistribution of Java 2 SDK files"       *
  15.  * are:                                                               *
  16.  *                                                                    *
  17.  * bin/javac.exe  (Microsoft Windows)                                 *
  18.  * bin/javac and bin/i386/native_threads/javac (Linux and Solaris IA) *
  19.  * bin/javac and bin/sparc/native_threads/javac  (Solaris SPARC)      *
  20.  * lib/tools.jar  (all platforms)                                     *
  21.  *                                                                    *
  22.  * These files include the Java 2 SDK tools classes, including        *
  23.  * the classes for the "javac" compiler.                              *
  24.  *                                                                    *
  25.  * Additionally, on Microsoft Windows platforms it is now             *
  26.  * permissible to redistribute the Java HotSpot Server VM (also       *
  27.  * known as "C2") with the Microsoft Windows version of the           * 
  28.  * JRE. (C2 is already included with the JREs for Linux and the       *
  29.  * Solaris(TM) operating environment.)  Items that have been added    *
  30.  * to the section on "Redistribution of Java 2 SDK files" are:        *       
  31.  *                                                                    *
  32.  * jre/bin/server/jvm.dll                                             * 
  33.  * jre/bin/server/Xusage.txt                                          * 
  34.  *                                                                    * 
  35.  **********************************************************************
  36.  
  37.  
  38.  
  39. The Java 2 Runtime Environment is intended for software developers 
  40. and vendors to redistribute with their applications.
  41.  
  42. The Java(TM) 2 Runtime Environment contains the Java virtual machine, 
  43. runtime class libraries, and Java application launcher that are 
  44. necessary to run programs written in the Java progamming language. 
  45. It is not a development environment and does not contain development 
  46. tools such as compilers or debuggers.  For development tools, see the 
  47. Java 2 SDK, Standard Edition.
  48.  
  49.  
  50. =======================================================================
  51.            Installation Instructions and System Requirements
  52. ======================================================================= 
  53.  
  54. For installation instructions and system requirements for this 
  55. release, see 
  56.  
  57.      http://java.sun.com/j2se/1.3/install.html 
  58.  
  59. =======================================================================
  60.      Deploying Applications with the Java 2 Runtime Environment
  61. ======================================================================= 
  62.  
  63. A Java-language application, unlike an applet, cannot rely on a web 
  64. browser for installation and runtime services. When you deploy an  
  65. application written in the Java programming language, your software 
  66. bundle will probably consist of the following parts: 
  67.  
  68.             Your own class, resource, and data files. 
  69.             A runtime environment. 
  70.             An installation procedure or program. 
  71.  
  72. You already have the first part, of course. The remainder of this
  73. document covers the other two parts. See also the Notes for Developers 
  74. page on the Java Software website:
  75.  
  76.      http://java.sun.com/j2se/1.3/runtime.html
  77.  
  78. -----------------------------------------------------------------------
  79. Runtime Environment
  80. -----------------------------------------------------------------------
  81.  
  82. To run your application, a user needs a Java virtual machine, the Java 
  83. platform core classes, and various support programs and files. This 
  84. collection of software is known as a runtime environment. 
  85.  
  86. The Java 2 SDK software can serve as a runtime environment. However, 
  87. you probably can't assume your users have the Java 2 SDK installed, 
  88. and your Java 2 SDK license doesn't allow you to redistribute SDK 
  89. files. 
  90.  
  91. To solve this problem, Sun provides the Java 2 Runtime Environment 
  92. as a free, redistributable runtime environment. (The Java 2 runtime 
  93. environment should not be confused with the Java 2 SDK's own internal, 
  94. non-redistributable version of the runtime environment housed in the 
  95. SDK's 'jre' directory.)   
  96.  
  97. The final step in the deployment process occurs when the software is 
  98. installed on individual user system. Installation consists of copying 
  99. software onto the user's system, then configuring the user's system to 
  100. support that software. 
  101.  
  102. This step includes installing and configuring the runtime environment. 
  103. If you use the Java 2 Runtime Environment, you must make sure that your 
  104. installation procedure never overwrites an existing installation, unless 
  105. the existing runtime environment is an older version. 
  106.  
  107.  
  108. =======================================================================
  109.            Redistribution of the Java 2 Runtime Environment
  110. =======================================================================
  111. The term "vendors" used here refers to licensees, developers, and 
  112. independent software vendors (ISVs) who license and distribute the 
  113. Java 2 Runtime Environment with their programs.  
  114.  
  115. Vendors must follow the terms of the Binary Code License agreement  
  116. which include, among others:
  117.  
  118.  - Arbitrary subsetting of the Java 2 Runtime Environment is not 
  119.    allowed. See the section below entitled "Required vs. Optional Files" 
  120.    for those files that may be optionally omitted from redistributions 
  121.    of the runtime environment. 
  122.  
  123.  - You must include in your product's license the provisions called 
  124.    out in the Binary Code license.
  125.  
  126. -----------------------------------------------------------------------
  127. Required vs. Optional Files
  128. -----------------------------------------------------------------------
  129. Licensees must follow the terms of the Java 2 Runtime Environment 
  130. license.  
  131.  
  132. The files that make up the Java 2 Runtime Environment are divided into 
  133. two categories: required and optional.  Optional files may be excluded 
  134. from redistributions of the Java 2 Runtime Environment at the 
  135. licensee's discretion.  
  136.  
  137. The following section contains a list of the files and directories that 
  138. may optionally be omitted from redistributions with the Java 2 Runtime 
  139. Environment.  All files not in these lists of optional files must be 
  140. included in redistributions of the runtime environment.
  141.  
  142.  
  143. -----------------------------------------------------------------------
  144. Optional Files and Directories
  145. -----------------------------------------------------------------------
  146. The following files may be optionally excluded from redistributions:
  147.  
  148. lib/i18n.jar                  
  149.    Character conversion classes and all other locale support
  150. lib/ext/                      
  151.    Directory containing extension jar files
  152. bin/rmid
  153.    Java RMI Activation System Daemon
  154. bin/rmiregistry
  155.    Java Remote Object Registry
  156. bin/tnameserv
  157.    Java IDL Name Server
  158. bin/keytool
  159.    Key and Certificate Management Tool
  160. bin/policytool
  161.    Policy File Creation and Management Tool
  162.  
  163.  
  164. -----------------------------------------------------------------------
  165. Redistribution of Java 2 SDK Files
  166. -----------------------------------------------------------------------
  167.  
  168. The Java 2 SDK, Standard Edition, may not be redistributed. However, 
  169. the limited set of files from the SDK listed below may be included in 
  170. vendor redistributions of the Java 2 Runtime Environment.  All paths 
  171. are relative to the top-level directory of the SDK.
  172.  
  173.  - jre/lib/cmm/PYCC.pf
  174.       Color-management profile. This file is required only if the 
  175.       Java 2D API is used to perform color map conversions.
  176.  
  177.  - All .ttf font files in the jre/lib/fonts directory. Note that the 
  178.    LucidaSansRegular.ttf font is already contained in the Java 2 
  179.    Runtime Environment, so there is no need to bring that file over 
  180.    from the SDK. 
  181.  
  182.  - jre/lib/audio/soundbank.gm
  183.       This MIDI soundbank is present in the Java 2 SDK, 
  184.       but has been removed from the Java 2 Runtime Environment in 
  185.       order to reduce the size of the Runtime Environment's download 
  186.       bundle. MIDI soundbanks are often available in hardware form 
  187.       or as part of the operating system on modern systems, and it 
  188.       therefore may not be necessary to redistribute the soundbank.gm 
  189.       file with the Runtime Environment. The SDK's soundbank.gm file 
  190.       may, however, be included in redistributions of the Runtime 
  191.       Environment at the vendor's discretion. Several versions of 
  192.       enhanced MIDI soundbanks are available from the Java Sound 
  193.       web site: http://java.sun.com/products/java-media/sound/
  194.       These alternative soundbanks may be included in redistributions 
  195.       of the Java 2 Runtime Environment.
  196.  
  197.  - bin/javac.exe  (Microsoft Windows)
  198.    bin/javac and bin/i386/native_threads/javac  (Linux and Solaris x86)
  199.    bin/javac and bin/sparc/native_threads/javac  (Solaris SPARC)
  200.    lib/tools.jar  (all platforms)
  201.       These files include the Java 2 SDK tool classes, including the 
  202.       classes for the javac compiler.
  203.  
  204.  - The Java HotSpot Server VM (also knowns as "C2") may now be 
  205.    redistributed in the JRE for Microsoft Windows.  (C2 is already 
  206.    included with the JREs for Linux and the Solaris(TM) operating 
  207.    environment.)  The files from the SDK for Microsoft Windows    
  208.    that may be redistribed with the JRE are these:
  209.       jre/bin/server/jvm.dll
  210.       jre/bin/server/Xusage.txt
  211.       
  212.  
  213. -----------------------------------------------------------------------
  214. Copyright (c) 1998-2001 Sun Microsystems(tm), Inc.
  215. 901 San Antonio Road, Palo Alto, CA 94303-4900
  216. All rights reserved.
  217.  
  218.