forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
239 lines (108 loc) · 3.51 KB
/
contacts.html
File metadata and controls
239 lines (108 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Contacting Java Software</title>
</head>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#000077" ALINK="#FF0000">
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="60">
<IMG SRC="../images/javalogo52x88.gif" ALT="Java" BORDER=0 WIDTH=52 HEIGHT=88>
</TD>
<TD>
<center>
<h1>Contacting Java Software</h1>
</center>
</TD>
<TD ALIGN=RIGHT VALIGN=TOP>
<font size="-1"><a href="../index.html">Documentation Contents</a></font>
</TD>
</TR>
</TABLE>
<!-- Body text begins here -->
<blockquote>
<p>
The Java 2 SDK, Standard Edition is a product of Sun Microsystems, Inc.
The Java 2 SDK is developed by Java Software, a part of Sun Microsystems.
<p>
Java Software welcomes your comments and suggestions.
You can contact us through email, or you can file a bug report.
But please remember that Java Software does not offer free technical
support.
If you need help, try the
<a href="http://java.sun.com/feedback/faq/assistance.html/">Java Software
Assistance Page,</a>
where you'll find links to FAQs, online tutorials, and
many other resources.
</blockquote>
<h2>Send Us Email</h2>
<blockquote>
<p>
Feel free to send email directly to Java Software engineering teams
using:
<BLOCKQUOTE>
<a href="http://java.sun.com/mail/#products">Java Software email address list</a>
</BLOCKQUOTE>
If you're not sure which team to contact, browse the
<a href=../#guide>Guide to Features</a>
and look for a "Comments" email link at the bottom of the main page
for each feature. Send general comments to
<p>
<a name="doc-email"><!-- KEEP THIS ANCHOR -- It is linked to from bottom
of the Javadoc FAQ --></a>
Please file documentation bugs as described below. For other general comments
about the documentation not targeted to any particular engineering
team, please send email to
including the API specification, or
web page problems and broken links.
</blockquote>
<h2>File a Bug Report</h2>
<blockquote>
<p>
You can use our bug tracking system to report bugs or request new
features. Use our
<a href="http://java.sun.com/cgi-bin/bugreport.cgi">Bug Report Form.</a>
</blockquote>
</blockquote>
<h2>Download/Installation Problems?</h2>
<blockquote>
<p>
If you're having problems downloading or installing the Java 2 SDK or
Java 2 Runtime Environment, tell us about them on our
<a href="http://java.sun.com/feedback/sitecomments.html">Web Site
Feedback Form.</a>
</blockquote>
<p>
<!-- Body text ends here -->
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<TABLE BORDER="0" WIDTH="100%">
<TR VALIGN=TOP>
<TD>
<P><FONT SIZE="-2">
<A HREF="../relnotes/SMICopyright.html">Copyright ©</A> 1995-99
<A HREF="http://www.sun.com/">Sun Microsystems, Inc.</A>
All Rights Reserved.
<br>
<br>
<FONT SIZE="-1">
</FONT>
</TD>
<TD ALIGN=RIGHT>
<IMG SRC="../images/sunlogo64x30.gif" ALT="Sun" BORDER=0 WIDTH=64 HEIGHT=30>
<P>
<FONT SIZE="+1">
<i>Java Software</i>
</FONT>
</TD>
</TR>
</TABLE>
<!-- The following blank lines are needed so that links to #doc-email
will bring that spot on the page to the top of the browser window. -->
<PRE>
</PRE>
</BODY>
</HTML>