home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / jikes112.zip / readme.os2 < prev   
Text File  |  2000-09-24  |  4KB  |  71 lines

  1. Jikes 1.12 for OS/2 with Unicode support readme.
  2.  
  3. 1. Install the jikes
  4.  
  5.   Just copy the jikes.exe somewhere in the path, (eg X:\java11\bin)
  6.   is the best choice. 
  7.   
  8. 2. Install the conversion tables  
  9.   The conversion tables have not been inculed this package since the 
  10.   version 1.12. (They are more constant than the jikes itself.)
  11.   Without the tables you can use only the following algorithmic 
  12.   encodings: 
  13.                                    UTF8, UTF16_BigEndian, UTF16_LittleEndian, 
  14.                                    UTF16_PlatformEndian, UTF16_OppositeEndian,
  15.                                    LATIN_1, ISO_2022
  16.  
  17.   To use other encodings you need to download one of these packages:
  18.   
  19.     icu_14_cnv_base.zip   -   base tables for the OS/2 supported codepages: 
  20.                                    ibm-437, ibm-850, ibm-852, ibm-857, 
  21.                                    ibm-860, ibm-861, ibm-863, ibm-865,
  22.                                    ibm-942, ibm-944, ibm-946, ibm-948
  23.  
  24.     icu_14_cnv_all.zip    -   all ICU conversion tables (see convrtrs.txt)
  25.   
  26.   You can specify the input file encoding with the "-encoding" option of 
  27.   the jikes. If you do not specify this option the system codepage is the 
  28.   default. (So it is recommended to download at least the icu_14_cnv_base.zip 
  29.   package.) 
  30.   To install the converter files make the following steps:
  31.     1. Create a directory for the files (eg. C:\ICU_CONV)
  32.     2. Unpack the downloaded icu_14_cnv_xxx.zip package to this directory.
  33.          (eg. unzip icu_14_cnv_base.zip -dC:\ICU_CONV)
  34.     3. Insert the following line in your config.sys:
  35.          SET ICU_DATA=<the name of the directory contains the tables>
  36.          (eg. SET ICU_DATA=C:\ICU_CONV)
  37.     4. Restart your system
  38.     
  39. 3. Another Tale
  40.  
  41.   Once upon a time I started to port the Jikes for OS/2. Many things 
  42.   were changed from the version 1.11 to 1.12. The sources are more 
  43.   organized and an autoconfig file is provided. The configure script
  44.   is an unix shell script so you should have a near complete unix style
  45.   environment to build unfortunatelly I was not able to get it to work.
  46.   But this could not stop me. I hope you see the results.
  47.   
  48.   If you would like to contact me write an e-mail to:
  49.     lkishalmi@freemail.hu
  50.  
  51.     Good Luck!
  52.     
  53.   Finnaly two chapters from IBM (and me):
  54.  
  55. 4. NO WARRANTY
  56.  
  57. EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT
  58. WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
  59. WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
  60. PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks
  61. associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with
  62. applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 
  63.  
  64. 5. DISCLAIMER OF LIABILITY
  65.  
  66. EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE
  67. ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  68. (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  69. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  70. OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
  71. POSSIBILITY OF SUCH DAMAGES.