diff --git a/icu4j/readme.html b/icu4j/readme.html index 9383fde290e..34dbb867c2b 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -11,8 +11,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/readme.html,v $ -* $Date: 2002/12/05 20:29:27 $ -* $Revision: 1.39 $ +* $Date: 2003/02/25 23:08:07 $ +* $Revision: 1.40 $ * ******************************************************************************* --> @@ -702,6 +702,20 @@ not be extracted again. Building the 'resource' target will force the resources to once again be extracted. Extraction will overwrite any corresponding .class files already in that directory.

+

Building ICU4J Resources from ICU4C

+
    +
  1. Download and build ICU on a Big Endian machine
  2. +
  3. Download and build ICU4J on the same machine
  4. +
  5. Change directory to <icu_root_dir>\source\tools\genrb
  6. +
  7. Launch genrbjar.pl from that directory itself with the command +
    + genrbjar.pl <icu_root_dir> <icu4j_root_dir> <ld_path_variable_name> [<locale>+] +
    + To create all the locale data files omit the locale argument +
  8. +
+ Execution of genrbjar.pl script will create the required source (*.java) files, + class file and ICULocaleData.jar in <icu_root_dir>\source\data\locales\java directory.

Where to Find More Information