source: trunk/icedtea-web/README.OS2@ 417

Last change on this file since 417 was 401, checked in by dmik, 13 years ago

icedtea-web: Release 1.1.2 Beta.

  • Property svn:eol-style set to native
File size: 3.3 KB
RevLine 
[401]1IcedTea-Web for OS/2 and eCS
2
3Version 1.1.2 Beta (2012-07-21)
4
5This is an beta release intended for testing purposes.
6
7
8
9INTRODUCTION
10
11This document contains a brief information on the OS/2 version of the
12IcedTea-Web product. Please read it carefully before starting your work.
13You may also visit the project page at
14
15 http://svn.netlabs.org/java/wiki
16
17to get more information and the latest news and also to report bugs.
18
19To get a brief list of OS/2-specific changes from release to release
20please see the CHANGES.OS2 file included in this distribution.
21
22
23
24REQUIREMENTS
25
26In order to use the IcedTea-Web browser plugin, you will need the following:
27
28 - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system.
29
30 - OpenJDK 1.6.0 Build 25 GA3 or later (and all its requirements):
31
32 ftp://ftp.netlabs.org/pub/java/openjdk6_b25_ga3/openjdk6_b25_jre_os2_ga3-20120721.zip
33
34 - GLib2 libraries version 2.25.15 build 4:
35
36 ftp://ftp.netlabs.org/pub/java/icedtea-web/misc/glib2-2_25_15-4.zip
37
38If you use the YUM/RPM package manager, you may install all the requirements
39with a single command from the command line (except OpenJDK which is not in RPM
40yet):
41
42 yum install glib2
43
44
45
46INSTALLATION
47
48 Make sure that the correct version of OpenJDK is installed and listed in your
49 PATH environment variable and the correct version of GLib2 libraries is
50 installed.
51
52 Unszip the contents of the distribution archive to a directory containing
53 Mozilla plugins in your system. This directory is pointed to by the
54 MOZ_PLUGIN_PATH environment variable and is usually:
55
56 X:\PROGRAMS\MOZ_PLUG
57
58 where X: is your boot drive (check your CONFIG.SYS for the exact location).
59
60 Now (re)start your Mozilla family product (e.g. Firefox). If everything is
61 done correctly, you should now see the IcedTea-Web browser plugin in the list
62 of installed plugins if you visit the special web-page "about:plugins" from
63 the browser.
64
65 You may check the plugin functionality by visiting the following test web-page
66 on the Java web-site:
67
68 http://www.java.com/en/download/testjava.jsp
69
70 Note that you may also specify the location of the Java runtime and plugin
71 jars using the ICEDTEA_WEB_JRE and ICEDTEA_WEB_DATA environment variables,
72 respectively:
73
74 set ICEDTEA_WEB_JRE=<path_to_jre>
75 set ICEDTEA_WEB_DATA=<path_to_jars>
76
77
78
79CURRENT LIMITATIONS
80
81 1. Some Java applets may stop redrawing their contents. You may need to
82 refresh the page or restart the browser. This will be fixed later.
83
84 See the project roadmap for more information on the current progress and
85 future plans:
86
87 http://svn.netlabs.org/java/roadmap
88
89 Feel free to request new features and report bugs using the project bug
90 tracker abaialble at:
91
92 http://svn.netlabs.org/java/report
93
94
95
96CREDITS
97
98Dmitriy Kuminov (development)
99Silvan Scherrer (management)
100
101netlabs.org (hosting & support)
102
103Oracle Corporation (original OpenJDK product)
104
105All IcedTea-Web authors (see AUTHORS)
106
107We also want to THANK all individuals and organizations who made the donations
108to this project and helped to make it happen.
109
110
111Oracle and Java are registered trademarks of Oracle and/or its affiliates.
112OS/2 and OS/2 Warp are trademarks of the IBM Corporation and/or its subsidiary(-ies).
113eComStation is a trademark of Serenity Systems International and/or its subsidiary(-ies).
114Other names may be trademarks of their respective owners.
Note: See TracBrowser for help on using the repository browser.