ICU-0 update the readme

X-SVN-Rev: 15784
This commit is contained in:
Ram Viswanadha 2004-06-08 20:19:21 +00:00
parent 32aec12153
commit 2d262c8bfd

View File

@ -212,24 +212,24 @@ For more details please see the <a href=http://oss.software.ibm.com/icu/press.ht
or later, although some components work under earlier JVMs. All
components should be compiled using a Java2 compiler, as even components
that run under earlier JVMs can require language features that are only
present in Java2. Currently 1.1.x and 1.2.x JVMs are unsupported and untested, and you use
present in Java2. Currently 1.1.x, 1.2.x and 1.3.x JVMs are unsupported and untested, and you use
the components on these JVMs at your own risk.</P>
<p>
The reference platforms which we support and test ICU4J on are:<ul>
<li> Win2000, IBM JDK 1.3.1</li>
<li> Solaris 2.7, Sun JDK 1.3</li>
<li> AIX 5.1, IBM JDK 1.3.1</li>
<li> WinXP, IBM JDK 1.4.1</li>
<li> Solaris 2.7, Sun JDK 1.4.2</li>
<li> AIX 5.2, IBM JDK 1.4.1</li>
</ul>
</p>
<p>Please use the most recent updates of the supported JDK versions.</p>
<p>Additionally, we have built and tested ICU4J on the following <b>unsupported</b> platforms:
<ul>
<li> Win98, WinNT, WinXP / IBM JDK 1.3.1, 1.4.1, Sun JDK 1.3.1, 1.4, 1.4.1</li>
<li> Win2000 / IBM JDK 1.3.1, 1.4.1, Sun JDK 1.3.1, 1.4, 1.4.1</li>
<li> Solaris 2.6 , Solaris 2.8 / Sun JDK 1.3.1, 1.4, 1.4.1</li>
<li> Solaris 2.7 / Sun JDK 1.3.1, 1.4, 1.4.1</li>
<li> AIX 5.1, IBM JDK 1.3.1, 1.4.1</li>
<li> Win98, WinNT, WinXP / IBM JDK 1.4.1, Sun JDK 1.4, 1.4.1</li>
<li> Win2000 / IBM JDK 1.4.1, Sun JDK 1.4, 1.4.1</li>
<li> Solaris 2.6 , Solaris 2.8 / Sun JDK 1.4, 1.4.1</li>
<li> Solaris 2.7 / Sun JDK 1.4, 1.4.1</li>
<li> AIX 5.1, IBM JDK 1.4.1</li>
</ul>
<h3 class="doc"><a NAME="obtaining"></a>How to Download ICU4J</h3>
@ -466,7 +466,7 @@ We strongly recommend using the Ant build system to build ICU4J:</p>
<li>It's recommended to install both the JDK and Ant somewhere <em>outside</em> the ICU4J
directory. For example, on Linux you might install these
in /usr/local.</li>
<li>Install a recent JDK, version 1.3.x or 1.4.x will work. Use 1.4.x to build docs.</li>
<li>Install a recent JDK, version 1.4.x will work.</li>
<li><p>Next install the <a href="http://ant.apache.org/"><strong>Ant</strong></a> build
system. Ant is a portable, Java-based build system similar to make. ICU4J uses Ant
because it introduces no other dependencies, it's portable, and it's easier to manage than