home *** CD-ROM | disk | FTP | other *** search
/ ftp.msan.hr / ftp.msan.hr.tar / ftp.msan.hr / Drivers / HP / Server / ml150g2supportCD.nrg / Utility / Tools / ml150winasm-2.12.00build811-1.exe / data1.cab / _330A2BD378C9430BB3C6C488F31F367A < prev    next >
Text File  |  2004-01-14  |  10KB  |  226 lines

  1.                                 README
  2.  
  3.            Java(TM) 2 Runtime Environment, Standard Edition
  4.                             Version 1.4.2
  5.                           
  6.  
  7. The Java(TM) 2 Runtime Environment is intended for software developers 
  8. and vendors to redistribute with their applications.
  9.  
  10. The Java 2 Runtime Environment contains the Java virtual machine, 
  11. runtime class libraries, and Java application launcher that are 
  12. necessary to run programs written in the Java programming language. 
  13. It is not a development environment and does not contain development 
  14. tools such as compilers or debuggers.  For development tools, see the 
  15. Java 2 SDK, Standard Edition.
  16.  
  17.  
  18. =======================================================================
  19.      Deploying Applications with the Java 2 Runtime Environment
  20. =======================================================================
  21.  
  22. When you deploy an application written in the Java programming 
  23. language, your software bundle will probably consist of the following 
  24. parts: 
  25.  
  26.             Your own class, resource, and data files. 
  27.             A runtime environment. 
  28.             An installation procedure or program. 
  29.  
  30. You already have the first part, of course. The remainder of this
  31. document covers the other two parts. See also the Notes for Developers 
  32. page on the Java Software website:
  33.  
  34.      http://java.sun.com/j2se/1.4.2/runtime.html
  35.  
  36. -----------------------------------------------------------------------
  37. Runtime Environment
  38. -----------------------------------------------------------------------
  39.  
  40. To run your application, a user needs the Java 2 Runtime Environment, 
  41. which is freely available from Sun for application developers to 
  42. redistribute.
  43.  
  44. The final step in the deployment process occurs when the software is 
  45. installed on individual user system. Installation consists of copying 
  46. software onto the user's system, then configuring the user's system 
  47. to support that software.  You should ensure that your installation 
  48. procedure does not overwrite existing JRE installations, as they may 
  49. be required by other applications.
  50.  
  51.  
  52. =======================================================================
  53.          Redistribution of the Java 2 Runtime Environment
  54. =======================================================================
  55.  
  56. The term "vendors" used here refers to licensees, developers, and 
  57. independent software vendors (ISVs) who license and distribute the 
  58. Java 2 Runtime Environment with their programs.
  59.  
  60. Vendors must follow the terms of the Java 2 Runtime Environment Binary 
  61. Code License agreement.
  62.  
  63. -----------------------------------------------------------------------
  64. Required vs. Optional Files
  65. -----------------------------------------------------------------------  
  66. The files that make up the Java 2 Runtime Environment are divided into 
  67. two categories: required and optional.  Optional files may be excluded 
  68. from redistributions of the Java 2 Runtime Environment at the 
  69. licensee's discretion.  
  70.  
  71. The following section contains a list of the files and directories that 
  72. may optionally be omitted from redistributions with the Java 2 Runtime 
  73. Environment.  All files not in these lists of optional files must be 
  74. included in redistributions of the runtime environment.
  75.  
  76.  
  77. -----------------------------------------------------------------------
  78. Optional Files and Directories
  79. -----------------------------------------------------------------------
  80. The following files may be optionally excluded from redistributions:
  81.  
  82. lib/charsets.jar                  
  83.    Character conversion classes
  84. jre/lib/ext/ 
  85.    sunjce_provider.jar - the SunJCE provider for Java 
  86.      Cryptography APIs
  87.    localedata.jar - contains many of the resources 
  88.      needed for non US English locales
  89.    ldapsec.jar - contains security features supported 
  90.      by the LDAP service provider
  91.    dnsns.jar - for the InetAddress wrapper of JNDI DNS provider
  92. bin/rmid
  93.    Java RMI Activation System Daemon
  94. bin/rmiregistry
  95.    Java Remote Object Registry
  96. bin/tnameserv
  97.    Java IDL Name Server
  98. bin/keytool
  99.    Key and Certificate Management Tool
  100. bin/kinit and jre/bin/kinit
  101.    Used to obtain and cache Kerberos ticket-granting tickets
  102. bin/klist and jre/bin/klist
  103.    Kerberos display entries in credentials cache and keytab
  104. bin/ktab and jre/bin/ktab
  105.    Kerberos key table manager
  106. bin/policytool
  107.    Policy File Creation and Management Tool
  108. bin/orbd
  109.    Object Request Broker Daemon
  110. bin/servertool
  111.    Java IDL Server Tool
  112.  
  113. In addition, the Java Web Start product may be excluded from 
  114. redistributions.  The Java Web Start product is contained in 
  115. a file named javaws-1_2-solaris-sparc-i.zip, 
  116. javaws-1_2-solaris-i586-i.zip, javaws-1_2-linux-i586-i.zip, 
  117. or javaws-1_2-windows-i586-i.exe, depending on the platform.
  118.  
  119. -----------------------------------------------------------------------
  120. Redistribution of Java 2 SDK Files
  121. -----------------------------------------------------------------------
  122. The limited set of files from the SDK listed below may be included in 
  123. vendor redistributions of the Java 2 Runtime Environment.  All paths 
  124. are relative to the top-level directory of the SDK.
  125.  
  126.  - jre/lib/cmm/PYCC.pf
  127.       Color profile.  This file is required only if one wishes to 
  128.       convert between the PYCC color space and another color space.
  129.  
  130.  - All .ttf font files in the jre/lib/fonts directory. Note that the 
  131.    LucidaSansRegular.ttf font is already contained in the Java 2 
  132.    Runtime Environment, so there is no need to bring that file over 
  133.    from the SDK. 
  134.  
  135.  - jre/lib/audio/soundbank.gm
  136.       This MIDI soundbank is present in the Java 2 SDK, but it has 
  137.       been removed from the Java 2 Runtime Environment in order to 
  138.       reduce the size of the Runtime Environment's download bundle. 
  139.       However, a soundbank file is necessary for MIDI playback, and 
  140.       therefore the SDK's soundbank.gm file may be included in 
  141.       redistributions of the Runtime Environment at the vendor's 
  142.       discretion. Several versions of enhanced MIDI soundbanks are 
  143.       available from the Java Sound web site: 
  144.       http://java.sun.com/products/java-media/sound/
  145.       These alternative soundbanks may be included in redistributions 
  146.       of the Java 2 Runtime Environment.
  147.  
  148.   - The javac bytecode compiler, consisting of the following files:
  149.         bin/javac           [Solaris(TM) Operating Environment 
  150.                              and Linux]
  151.         bin/sparcv9/javac   [Solaris Operating Environment 
  152.                              (SPARC(TM) Platform Edition)]
  153.         bin/javac.exe       [Microsoft Windows]
  154.         lib/tools.jar       [All platforms] 
  155.  
  156.   - jre\bin\server\
  157.        On Microsoft Windows platforms, the Java 2 SDK includes both 
  158.        the Java HotSpot Server VM and Java HotSpot Client VM.  However, 
  159.        the Java 2 Runtime Environment for Microsoft Windows platforms 
  160.        includes only the Java HotSpot Client VM. Those wishing to use 
  161.        the Java HotSpot Server VM with the Java 2 Runtime Environment 
  162.        may copy the SDK's jre\bin\server folder to a bin\server 
  163.        directory in the Java Runtime Environment. Software vendors may 
  164.        redistribute the Java HotSpot Server VM with their 
  165.        redistributions of the Java Runtime Environment.  
  166.  
  167.  
  168. -----------------------------------------------------------------------
  169. Unlimited Strength Java Cryptography Extension
  170. -----------------------------------------------------------------------
  171. Due to import control restrictions for some countries, the Java 
  172. Cryptography Extension (JCE) policy files shipped with the Java 2 SDK, 
  173. Standard Edition and the Java 2 Runtime Environment allow strong but 
  174. limited cryptography to be used.  These files are located at
  175.  
  176.      <java-home>/lib/security/local_policy.jar
  177.      <java-home>lib/security/US_export_policy.jar
  178.  
  179. where <java-home> is the jre directory of the Java 2 SDK or the 
  180. top-level directory of the Java 2 Runtime Environment.
  181.  
  182. An unlimited strength version of these files indicating no restrictions 
  183. on cryptographic strengths is available on the Java 2 SDK web site for 
  184. those living in eligible countries.  Those living in eligible countries 
  185. may download the unlimited strength version and replace the strong 
  186. cryptography jar files with the unlimited strength files.
  187.       
  188.  
  189. -----------------------------------------------------------------------
  190. Endorsed Standards Override Mechanism
  191. -----------------------------------------------------------------------
  192. An endorsed standard is a Java API defined through a standards
  193. process other than the Java Community Process(SM) (JCP(SM)). Because
  194. endorsed standards are defined outside the JCP, it is anticipated that
  195. such standards will be revised between releases of the Java 2 
  196. Platform.  In order to take advantage of new revisions to endorsed 
  197. standards, developers and software vendors may use the Endorsed 
  198. Standards Override Mechanism to provide newer versions of an endorsed 
  199. standard than those included in the Java 2 Platform as released by Sun
  200. Microsystems.
  201.  
  202. For more information on the Endorsed Standards Override Mechanism, 
  203. including the list of platform packages that it may be used to 
  204. override, see
  205.  
  206.    http://java.sun.com/j2se/1.4.2/docs/guide/standards/
  207.  
  208. Classes in the packages listed on that web page may be replaced only 
  209. by classes implementing a more recent version of the API as defined 
  210. by the appropriate standards body.
  211.  
  212. In addition to the packages listed in the document at the above 
  213. URL, which are part of the Java 2 Platform, Standard Edition 
  214. (J2SE(TM)) specification, redistributors of Sun's J2SE 
  215. Reference Implementation are allowed to override classes whose 
  216. sole purpose is to implement the functionality provided by 
  217. public APIs defined in these Endorsed Standards packages.  
  218. Redistributors may also override classes in the org.w3c.dom.* 
  219. packages, or other classes whose sole purpose is to implement 
  220. these APIs.
  221.  
  222. -----------------------------------------------------------------------
  223. Copyright 2003 Sun Microsystems, Inc., 4150 Network Circle, 
  224. Santa Clara, California 95054, U.S.A.  All rights reserved.
  225.  
  226.