Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/javax/swing/JTextArea/4697612/bug4697612.txt
41153 views
1
README
2
3
Java(TM) 2 SDK, Standard Edition
4
Version 1.4.2 Beta
5
6
For a more extensive HTML version of this file, see README.html.
7
8
Contents
9
10
* Introduction
11
* Release Notes
12
* Bug Reports and Feedback
13
* Java 2 SDK Documentation
14
* Redistribution
15
* Web Pages
16
17
18
Introduction
19
20
Thank you for downloading this release of the Java(TM) 2 SDK,
21
Standard Edition. The Java 2 SDK is a development environment for
22
building applications, applets, and components that can be
23
deployed on the Java platform.
24
25
The Java 2 SDK software includes tools useful for developing and
26
testing programs written in the Java programming language and
27
running on the Java platform. These tools are designed to be used
28
from the command line. Except for appletviewer, these tools do not
29
provide a graphical user interface.
30
31
32
Release Notes
33
34
See the Release Notes on the Java Software web site for additional
35
information pertaining to this release.
36
37
http://java.sun.com/j2se/1.4.2/relnotes.html
38
39
The on-line release notes will be updated as needed, so you should
40
check it occasionally for the latest information.
41
42
43
Bug Reports and Feedback
44
45
The Bug Parade Web Page on the Java Developer Connection(SM) web
46
site lets you search for and examine existing bug reports, submit
47
your own bug reports, and tell us which bug fixes matter most to you.
48
49
http://java.sun.com/jdc/bugParade/
50
51
To directly submit a bug or request a feature, fill out this form:
52
53
http://java.sun.com/cgi-bin/bugreport.cgi
54
55
You can also send comments directly to Java Software engineering
56
team email addresses.
57
58
http://java.sun.com/mail/
59
60
61
Java 2 SDK Documentation
62
63
The on-line Java 2 SDK Documentation contains API specifications,
64
feature descriptions, developer guides, tool reference pages, demos,
65
and links to related information. It is located at
66
67
http://java.sun.com/j2se/1.4.2/docs/
68
69
The Java 2 SDK documentation is also available in a download bundle
70
which you can install locally on your machine. See the
71
Java 2 SDK download page:
72
73
http://java.sun.com/j2se/1.4.2/download.html
74
75
76
Redistribution
77
78
The term "vendors" used here refers to licensees, developers,
79
and independent software vendors (ISVs) who license and
80
distribute the Java 2 Runtime Environment with their programs.
81
Vendors must follow the terms of the Java 2 SDK, Standard
82
Edition, Binary Code License agreement.
83
Required vs. Optional Files
84
85
The files that make up the Java 2 SDK, Standard Edition, are
86
divided into two categories: required and optional. Optional
87
files may be excluded from redistributions of the Java 2 SDK
88
at the vendor's discretion. The following section contains a
89
list of the files and directories that may optionally be
90
omitted from redistributions of the Java 2 SDK. All files not
91
in these lists of optional files must be included in
92
redistributions of the Java 2 SDK.
93
94
Optional Files and Directories
95
96
The following files may be optionally excluded from
97
redistributions:
98
99
jre/lib/charsets.jar
100
Character conversion classes
101
jre/lib/ext/
102
sunjce_provider.jar - the SunJCE provider for Java
103
Cryptography APIs
104
localedata.jar - contains many of the resources
105
needed for non US English locales
106
ldapsec.jar - contains security features supported
107
by the LDAP service provider
108
dnsns.jar - for the InetAddress wrapper of JNDI DNS
109
provider
110
bin/rmid and jre/bin/rmid
111
Java RMI Activation System Daemon
112
bin/rmiregistry and jre/bin/rmiregistry
113
Java Remote Object Registry
114
bin/tnameserv and jre/bin/tnameserv
115
Java IDL Name Server
116
bin/keytool and jre/bin/keytool
117
Key and Certificate Management Tool
118
bin/kinit and jre/bin/kinit
119
Used to obtain and cache Kerberos ticket-granting tickets
120
bin/klist and jre/bin/klist
121
Kerberos display entries in credentials cache and keytab
122
bin/ktab and jre/bin/ktab
123
Kerberos key table manager
124
bin/policytool and jre/bin/policytool
125
Policy File Creation and Management Tool
126
bin/orbd and jre/bin/orbd
127
Object Request Broker Daemon
128
bin/servertool and jre/bin/servertool
129
Java IDL Server Tool
130
src.zip
131
Archive of source files
132
133
In addition, the Java Web Start product may be excluded from
134
redistributions. The Java Web Start product is contained in a
135
file named javaws-1_2-solaris-sparc-i.zip,
136
javaws-1_2-solaris-i586-i.zip,
137
javaws-1_2-linux-i586-i.zip, or
138
javaws-1_2-windows-i586-i.exe, depending on the platform.
139
140
141
Unlimited Strength Java Cryptography Extension
142
143
Due to import control restrictions for some countries, the
144
Java Cryptography Extension (JCE) policy files shipped with
145
the Java 2 SDK, Standard Edition and the Java 2 Runtime
146
Environment allow strong but limited cryptography to be
147
used. These files are located at
148
149
<java-home>/lib/security/local_policy.jar
150
<java-home>/lib/security/US_export_policy.jar
151
152
where <java-home> is the jre directory of the Java 2
153
SDK or the top-level directory of the Java 2 Runtime
154
Environment.
155
156
An unlimited strength version of these files indicating
157
no restrictions on cryptographic strengths is available
158
on the Java 2 SDK web site for those living in eligible
159
countries. Those living in eligible countries may download
160
the unlimited strength version and replace the strong
161
cryptography jar files with the unlimited strength files.
162
163
164
Endorsed Standards Override Mechanism
165
166
An endorsed standard is a Java API defined through a standards
167
process other than the Java Community Process(SM) (JCP(SM)).
168
Because endorsed standards are defined outside the JCP, it is
169
anticipated that such standards will be revised between
170
releases of the Java 2 Platform. In order to take advantage of
171
new revisions to endorsed standards, developers and software
172
vendors may use the Endorsed Standards Override Mechanism to
173
provide newer versions of an endorsed standard than those
174
included in the Java 2 Platform as released by Sun Microsystems.
175
176
For more information on the Endorsed Standards Override
177
Mechanism, including the list of platform packages that it may
178
be used to override, see
179
180
http://java.sun.com/j2se/1.4.2/docs/guide/standards/
181
182
Classes in the packages listed on that web page may be replaced
183
only by classes implementing a more recent version of the API
184
as defined by the appropriate standards body.
185
186
In addition to the packages listed in the document at the above
187
URL, which are part of the Java 2 Platform, Standard Edition
188
(J2SE(TM)) specification, redistributors of Sun's J2SE
189
Reference Implementation are allowed to override classes whose
190
sole purpose is to implement the functionality provided by
191
public APIs defined in these Endorsed Standards packages.
192
Redistributors may also override classes in the org.w3c.dom.*
193
packages, or other classes whose sole purpose is to implement
194
these APIs.
195
196
197
Sun Java Web Pages
198
199
For additional information, refer to these Sun Microsystems pages
200
on the World Wide Web:
201
202
http://java.sun.com/
203
The Java Software web site, with the latest information on
204
Java technology, product information, news, and features.
205
http://java.sun.com/docs
206
Java Platform Documentation provides access to white papers,
207
the Java Tutorial and other documents.
208
http://java.sun.com/jdc
209
The Java Developer Connection(SM) web site. (Free registration
210
required.) Additional technical information, news, and
211
features; user forums; support information, and much more.
212
http://java.sun.com/products/
213
Java Technology Products & API
214
215
216
------------------------------------------------------------------------
217
The Java 2 SDK, Standard Edition, is a product of Sun Microsystems(TM),
218
Inc. This product includes code licensed from RSA Security.
219
220
Copyright 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
221
California 95054, U.S.A. All rights reserved.
222
223