1 | IcedTea-Web for OS/2 and eCS
|
---|
2 |
|
---|
3 | Version 1.3 Beta (2013-03-20)
|
---|
4 |
|
---|
5 | This is a beta release intended for testing purposes.
|
---|
6 |
|
---|
7 |
|
---|
8 |
|
---|
9 | INTRODUCTION
|
---|
10 |
|
---|
11 | This document contains a brief information on the OS/2 version of the
|
---|
12 | IcedTea-Web product. Please read it carefully before starting your work.
|
---|
13 | You may also visit the project page at
|
---|
14 |
|
---|
15 | http://svn.netlabs.org/java/wiki
|
---|
16 |
|
---|
17 | to get more information and the latest news and also to report bugs.
|
---|
18 |
|
---|
19 | To get a brief list of OS/2-specific changes from release to release
|
---|
20 | please see the CHANGES.OS2 file included in this distribution.
|
---|
21 |
|
---|
22 |
|
---|
23 |
|
---|
24 | REQUIREMENTS
|
---|
25 |
|
---|
26 | In 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 |
|
---|
38 | If you use the YUM/RPM package manager, you may install all the requirements
|
---|
39 | with a single command from the command line (except OpenJDK which is not in RPM
|
---|
40 | yet):
|
---|
41 |
|
---|
42 | yum install glib2
|
---|
43 |
|
---|
44 |
|
---|
45 |
|
---|
46 | INSTALLATION
|
---|
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 |
|
---|
79 | CURRENT 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 |
|
---|
96 | CREDITS
|
---|
97 |
|
---|
98 | Dmitriy Kuminov (development)
|
---|
99 | Silvan Scherrer (management)
|
---|
100 |
|
---|
101 | netlabs.org (hosting & support)
|
---|
102 |
|
---|
103 | Oracle Corporation (original OpenJDK product)
|
---|
104 |
|
---|
105 | All IcedTea-Web authors (see AUTHORS)
|
---|
106 |
|
---|
107 | We also want to THANK all individuals and organizations who made the donations
|
---|
108 | to this project and helped to make it happen.
|
---|
109 |
|
---|
110 |
|
---|
111 | Oracle and Java are registered trademarks of Oracle and/or its affiliates.
|
---|
112 | OS/2 and OS/2 Warp are trademarks of the IBM Corporation and/or its subsidiary(-ies).
|
---|
113 | eComStation is a trademark of Serenity Systems International and/or its subsidiary(-ies).
|
---|
114 | Other names may be trademarks of their respective owners.
|
---|