forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
687 lines (586 loc) · 29 KB
/
index.html
File metadata and controls
687 lines (586 loc) · 29 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link type="text/css" rel="stylesheet" href="guide.css">
<title>Java(TM) 2 Platform Standard Edition 5.0</title>
<STYLE type="text/css">
<!--
.SansSerif { font-family: Arial, Helvetica, sans-serif; }
.Indent { margin-left: 2em; }
h2 { font-family: Arial, Helvetica, sans-serif; text-align: left; }
h3 { font-family: Arial, Helvetica, sans-serif; text-align: left; }
-->
</STYLE>
</head>
<body>
<TABLE summary="layout" 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><span style="font-size: 90%;">Java<sup><font size="-2">TM</font></sup> 2 Platform
Standard Edition 5.0<br>
Overview</span></h1>
</center>
</TD>
<TD ALIGN=RIGHT VALIGN=TOP>
<a href="../index.html" style="font-size:80%;">Contents</a>
</TD>
</TR>
</TABLE>
<br>
<ul class="SansSerif" style="font-size: 90%;">
<li><a href="#jre-jdk">JRE and JDK</a>
<li><a href="#javalanguage">Java Programming Language</a>
<li><a href="#javavm">Java Virtual Machines</a>
<li><a href="#base">Base Libraries</a>
<li><a href="#integration">Integration Libraries</a>
<li><a href="#userinterface">User Interface Libraries</a>
<li><a href="#deployment">Deployment</a>
<li><a href="#toolspecs">Tool Specifications</a>
<li><a href="#toolsupport">JDK Tools & Utilities</a>
<li><a href="#platforms">Platforms</a>
</ul>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="jre-jdk"></a>
<h2>JRE and JDK</h2>
<div class=Indent>
Sun Microsystems provides two principal software products in the
Java<sup><font size="-2">TM</font></sup> 2
Platform Standard Edition (J2SE<sup><font size="-2">TM</font></sup>) family:
<p>
<h3>J2SE Runtime Environment (JRE)</h3>
<p>
The JRE provides the libraries, Java virtual machine, and other
components necessary for you to <em>run</em> applets and applications
written in the Java programming language. This runtime environment can
be redistributed with applications to make them free-standing.
<p>
<h3>J2SE Development Kit (JDK)</h3>
<p>
The JDK includes the JRE plus command-line development tools such as
compilers and debuggers that are necessary or useful for <em>developing</em>
applets and applications.
<p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="javalanguage"></a>
<h2>Java Programming Language</h2>
<div class=Indent>
<p>
The Java Programming Language is a general-purpose, concurrent, strongly
typed, class-based object-oriented language. It is normally compiled to
the bytecode instruction set and binary format defined in the Java
Virtual Machine Specification.
For more information see
<a href="language/index.html">Language Features</a>.
</p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="javavm"></a>
<h2>Java Virtual Machines</h2>
<div class=Indent>
<p>
The Java virtual machine is an abstract computing machine that has
an instruction set and manipulates memory at run time.
The Java virtual machine is ported to different platforms to provide
hardware- and operating system-independence.
<p>
The Java 2 Platform Standard Edition provides two implementations of the Java virtual
machine (VM):
</p>
<h3>Java HotSpot Client VM</h3>
<p>
The client VM is an implementation for platforms typically used for
client applications. The client VM is tuned for reducing start-up time and memory
footprint. It can be invoked by using the <code>-client</code> command-line
option when launching an application. </p>
<h3>Java HotSpot Server VM</h3>
<p>
The server VM is an implementation designed for maximum program execution speed,
trading off launch time and memory.
It can be invoked by using the <code>-server</code> command-line option
when launching an application.
<p> For more information, see the <a href="vm/index.html">VM documentation</a>.
</p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="base"></a><a name="core"></a>
<h2>Base Libraries</h2>
<div class=Indent>
<p>Classes and interfaces that provide basic features and fundamental functionality for the Java platform.
</p>
<a name="langutil"></a>
<h3>Lang and Util Packages</h3>
<p>
Provides the fundamental <tt>Object</tt> and <tt>Class</tt> classes, wrapper
classes for primitive types, a basic math class, and more. See the <a href="lang/index.html">Lang
and Util documentation</a> for more information.
<p>
<b>Math</b>
<p>
Math functionality includes floating point libraries and arbitrary-precision
math.
For more information, see the <a href="math/index.html">Math documentation</a>.
<p>
<b>Monitoring and Management</b>
<p>
Comprehensive monitoring and management support for
Java platform including Monitoring and Management API for
Java virtual machine, Monitoring and Management API for the Logging Facility,
jconsole and other monitoring utilities, out-of-the-box monitoring and management,
Java Management Extensions (JMX), and Sun's Platform Extension.
See the <a href="management/index.html">Monitoring
and Management documentation</a> for more information.
<p>
<b>Package Version Identification</b>
<p>
The package versioning feature enables package-level version control so that
applications and applets can identify at runtime the version of a specific
Java Runtime Environment, VM, and class package.
For more information, see the <a href="versioning/index.html">Package Version
Identification documentation</a>.
<p>
<b>Reference Objects</b>
<p>
Reference objects support a limited degree of interaction with the garbage
collector. A program may use a reference object to maintain a reference to
some other object in such a way that the latter object may still be reclaimed
by the collector. A program may also arrange to be notified some time after
the collector has determined that the reachability of a given object has
changed. Reference objects are therefore useful for building simple caches as
well as caches that are flushed when memory runs low, for implementing mappings
that do not prevent their keys (or values) from being reclaimed, and for
scheduling pre-mortem cleanup actions in a more flexible way than is possible
with the Java finalization mechanism.
For more information, see the <a href="nio/index.html">Reference Objects documentation</a>.
<p>
<b>Reflection</b>
<p>
Reflection enables Java code to discover information about the fields, methods
and constructors of loaded classes, and to use reflected fields,
methods, and constructors to operate on their underlying counterparts
on objects, within security restrictions. The API accommodates
applications that need access to either the public members of a target
object (based on its runtime class) or the members declared by a given class.
Programs can suppress default reflective access control.
For more information, see the <a href="reflection/index.html">Reflection documentation</a>.
<p>
<b>Collections Framework</b>
<p>
A <em>collection</em> is an object that represents a group of objects.
The collections framework is a unified architecture for representing collections,
allowing them to be manipulated independently of the details of their representation.
It reduces programming effort while increasing performance. It allows for
interoperability among unrelated APIs, reduces effort in designing and learning
new APIs, and fosters software reuse. For more information, see the
<a href="collections/index.html">Collections Framework documentation</a>.
<p>
<b>Concurrency Utilities</b>
<p>
The Concurrency Utilities packages provide a powerful, extensible framework
of high-performance threading utilities such as thread pools and blocking queues.
This package frees the programmer from the need to craft these utilities by hand,
in much the same manner the Collections Framework did for data structures.
Additionally, these packages provide low-level primitives for advanced
concurrent programming.
For more information, See the <a href="concurrency/index.html">Concurrency
Utilities documentation</a>.
<p>
<b>Java Archive (JAR) Files</b>
<p>
JAR (Java Archive) is a platform-independent file format that aggregates many
files into one. Multiple Java applets and their requisite components
(.class files, images and sounds) can be bundled in a JAR file and
subsequently downloaded to a browser in a single HTTP transaction,
greatly improving the download speed. The JAR format also supports
compression, which reduces the file size, further improving the download
time. In addition, the applet author can digitally sign individual entries
in a JAR file to authenticate their origin. It is fully extensible.
For more information, see the <a href="jar/index.html">Java Archive documentation</a>.
<p>
<b>Logging </b>
<p>
The Logging APIs facilitate software servicing and maintenance at
customer sites by producing log reports suitable for analysis by end users,
system administrators, field service engineers, and software development
teams. The Logging APIs capture information such as security failures, configuration
errors, performance bottlenecks, and/or bugs in the application or platform.
For more information, see the <a href="logging/index.html">Logging documentation</a>.
<p>
<b>Preferences</b>
<p>
The Preferences API provides a way for applications to store and retrieve
user and system preference and configuration data. The data is stored persistently
in an implementation-dependent backing store. There are two separate trees
of preference nodes, one for user preferences and one for system preferences.
For more information, see the <a href="preferences/index.html">Preferences
API documentation</a>,
<p>
<a name="otherbase"></a>
<h3>Other Base Packages</h3>
<p>
<b>New I/O </b>
<p>
The new I/O (NIO) APIs introduced in J2SE 1.4 provide new features and
improved performance in the areas of buffer management, scalable network
and file I/O, character-set support, and regular-expression matching. The
NIO APIs supplement the I/O facilities in the <tt>java.io</tt> package.
For more information, see the <a href="nio/index.html">New I/O documentation</a>.
<p>
<b>I/O</b>
<p>
I/O functionality provides for system input and output through
data streams, serialization and the file system.
In 1.4, a <a href="nio/index.html">new I/O (NIO) API</a>
was introduced that provides new features and improved performance.
For more information, see the <a href="io/index.html">I/O documentation</a>.
<p>
<b>Object Serialization</b>
<p>
Object Serialization extends the core Java Input/Output classes with support
for objects. Object Serialization supports the encoding of objects, and the
objects reachable from them, into a stream of bytes; and it supports the
complementary reconstruction of the object graph from the stream. Serialization
is used for lightweight persistence and for communication via sockets or Remote
Method Invocation (RMI). See the <a href="serialization/index.html">Object
Serialization documentation</a> for more information.
<p>
<b>Networking</b>
<p>
Provides classes for networking functionality, including addressing, classes
for using URLs and URIs, socket classes for connecting to servers, networking
security functionality, and more. See the <a href="net/index.html">Networking
documentation</a> for more information.
<p>
<b>Security</b>
<p>
APIs for security-related functionality such as configurable access control,
digital signing, authentication and authorization, cryptography, secure
Internet communication, and more. See the <a href="security/index.html">Security
documentation</a> for more information.
<p>
<b>Internationalization </b>
<p>
APIs that enable the development of internationalized applications.
Internationalization
is the process of designing an application so that it can be adapted to
various languages and regions without engineering changes.
See the <a href="intl/index.html">Internationalization
documentation</a> for more information.
<p>
<b>JavaBeans<sup><font size="-2">TM</font></sup> Component API </b>
<p>
Contains classes related to developing beans -- components based on the
JavaBeans<sup><font size="-2">TM</font></sup> architecture that can be pieced
together as part of developing an application. See the <a href="beans/index.html">JavaBeans
documentation</a> for more information.
<p>
<b>Java Mangement Extensions (JMX)</b>
<p>
The Java Management Extensions (JMX) API is a standard API for
management and monitoring of resources such as applications, devices,
services, and the Java virtual machine. Typical uses include
consulting and changing application configuration,
accumulating statistics about application behavior,
and notifying of state changes and erroneous conditions.
The JMX API includes remote access, so a remote management program
can interact with a running application for these purposes.
See the <a href="jmx/index.html">Java Management Extensions
documentation</a> for more information. </p>
<p>
<b>XML (JAXP) </b>
<p>
The Java platform provides a rich set of APIs for processing XML documents
and data. See the J2SE <a href="xml/index.html">XML documentation</a> for
more information.
<p>
<b>Java Native Interface (JNI)</b>
<p>
Java Native Interface (JNI) is a standard programming interface for writing
Java native methods and embedding the Java virtual machine into native applications.
The primary goal is binary compatibility of native method libraries across
all Java virtual machine implementations on a given platform. See the
<a href="jni/index.html">Java Native Interface documentation</a> for more information.
<p>
<b>Extension Mechanism</b>
<p>
Optional packages are packages of Java classes (and any associated native code)
that application developers can use to extend the functionality of the core
platform. The extension mechanism allows the Java virtual machine (VM) to
use the classes of the optional extension in much the same way as the VM
uses classes in the Java 2 Platform. The extension mechanism also provides
a way for needed optional packages to be retrieved from specified URLs when
they are not already installed in the Java 2 SDK or Runtime Environment.
See the <a href="extensions/index.html">Java Extension Mechanism</a>
documentation</a> for more information. </p>
<p>
<b>Endorsed Standards Override Mechanism</b>
<p>
An endorsed standard is a Java API defined through a standards process other
than the Java Community ProcessSM (JCP). Because endorsed standards are defined
outside the JCP, it is anticipated that such standards may be revised between
releases of the Java 2 Platform. In order to take advantage of new revisions
to endorsed standards, developers and software vendors may use the Endorsed
Standards Override Mechanism to provide newer versions of an endorsed standard
than those included in the Java 2 Platform as released by Sun Microsystems.
See the <a href="standards/index.html">Endorsed Standards Override Mechanism
documentation</a> for more information. </p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="integration"></a>
<h2>Integration Libraries</h2>
<div class=Indent>
<h3>Java Database Connectivity (JDBC) API</h3>
<p>The JDBC<sup><font size="-2">TM</font></sup> API provides universal data
access from the Java programming language. Using the JDBC 3.0 API, you developers
can write applications that can access virtually any data source, from relational
databases to spreadsheets and flat files. JDBC technology also provides a
common base on which tools and alternate interfaces can be built.
For more information, see the <a href="jdbc/index.html">JDBC documentation</a>.
</p>
<h3>Remote Method Invocation (RMI)</h3>
<p>Remote Method Invocation (RMI) enables the development of distributed applications
by providing for remote communication between programs written in the Java
programming language. RMI enables an object running in one Java Virtual Machine
to invoke methods on an object running in another Java VM, which may be on
a different host.
For more information, see the J2SE <a href="rmi/index.html">RMI documentation</a>.
</p>
<h3>Java IDL (CORBA)</h3>
<p>Java IDL technology adds CORBA (Common Object Request Broker Architecture)
capability to the Java platform, providing standards-based interoperability
and connectivity. Java IDL enables distributed Web-enabled Java applications
to transparently invoke operations on remote network services using the industry
standard IDL (Object Management Group Interface Definition Language) and IIOP
(Internet Inter-ORB Protocol) defined by the Object Management Group. Runtime
components include a Java ORB for distributed computing using IIOP communication.
For more information, see the <a href="idl/index.html">Java IDL
documentation</a>.
</p>
<h3>RMI-IIOP</h3>
<p>Java Remote Method Invocation over Internet Inter-ORB Protocol technology
The RMI Programming Model enables the programming of CORBA servers and applications
via the RMI API. You can choose to work completely within the Java programming
language using the Java Remote Method Protocol (JRMP) as the transport, or work
with other CORBA-compliant programming languages using the Internet InterORB Protocol
(IIOP).
You use the rmic compiler to generate the code necessary for connecting your
applications via the Internet InterORB Protocol (IIOP) to others written in
any CORBA-compliant language. To work with CORBA applications in other languages,
IDL can be generated from Java programming language interfaces using the rmic
compiler with the -idl option. To generate IIOP stubs and tie classes, use the
rmic compiler with the -iiop option.
For more information, see the <a href="rmi-iiop/index.html">RMI-IIOP
documentation</a>.
</p>
<h3>Java Naming and Directory Interface<sup><font size="-2">TM</font></sup>
(JNDI) API</h3>
<p>The Java platform includes a powerful API for capturing, processing, and
playing back audio and MIDI (Musical Intstrument Digital Interface) data.
This API is supported by an efficient sound engine which guarantees high-quality
audio mixing and MIDI synthesis capabilities for the platform.
For more information, see <a href="jndi/index.html">JNDI documentation</a>.
</p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="userinterface"></a>
<h2>User Interface Libraries</h2>
<div class=Indent>
<h3>Input Method Framework</h3>
<p>The input method framework enables the collaboration between text editing
components and input methods in entering text. Input methods are software
components that let the user enter text in ways other than simple typing on
a keyboard. They are commonly used to enter Japanese, Chinese, or Korean --
languages using thousands of different characters - on keyboards with far
fewer keys. However, the framework also supports input methods for other languages
and the use of entirely different input mechanisms, such as handwriting or
speech recognition.
For more information, see the <a href="imf/index.html">Input Method Framework</a>
documentation. </p>
<h3>Accessibility</h3>
<p>With the Java Accessibility API, developers can easily create Java applications
that are accessible to disabled persons. Accessible Java applications are
compatible with assistive technologies such as screen readers, speech recognition
systems, and refreshable braille displays.
For more information, see the <a href="access/index.html">Accessibility
documentation</a>. </p>
<p>
<h3>Print Service</h3>
<p>The Java<sup><font size="-2">TM</font></sup> Print Service API,
allows printing on all Java platforms including those
requiring a small footprint, such as a J2ME profile.
For more information, see <a href="jps/index.html">Java Print Service documentation</a>.
</p>
<h3>Sound</h3>
<p>The Java platform includes a powerful API for capturing, processing, and
playing back audio and MIDI (Musical Intstrument Digital Interface) data.
This API is supported by an efficient sound engine which guarantees high-quality
audio mixing and MIDI synthesis capabilities for the platform.
For more information, see <a href="sound/index.html">Java Sound documentation</a>.
</p>
<h3>Drag and Drop Data Transfer</h3>
<p>Drag and Drop enables data transfer both across Java programming language
and native applications, between Java programming language applications,
and within a single Java programming language application.
For more information, see <a href="dragndrop/index.html">Drag and Drop Transfer</a>.
</p>
<h3>Image I/O</h3>
<p>The Java Image I/O API provides a pluggable architecture for working with
images stored in files and accessed across the network.
The API provides provides a framework for the addition of format-specific
plugins. Plug-ins for several common formats are included with Java
Image I/O, but third parties can use this API to create their own plugins to
handle special formats.
For more information, see <a href="imageio/index.html">Image I/O</a>.
</p>
<h3>Java 2D<sup><font size="-2">TM</font></sup> Graphics and Imaging</h3>
<p>The Java 2D<sup><font size="-2">TM</font></sup> API is a set of classes for
advanced 2D graphics and imaging. It encompasses line art, text, and images
in a single comprehensive model. The API provides extensive support for image
compositing and alpha channel images, a set of classes to provide accurate
color space definition and conversion, and a rich set of display-oriented
imaging operators.
For more information, see the <a href="2d/index.html">Java 2D documentation</a>.
</p>
<h3>AWT</h3>
<p>The Java<sup><font size="-2">TM</font></sup> platform's Abstract Windowing
Toolkit (AWT) provides APIs for constructing user interface components such
as menus, buttons, text fields, dialog boxes, checkboxes, and for handling
user input through those components. In addition, AWT allows for rendering
of simple shapes such as ovals and polygons and enables developers to control
the user-interface layout and fonts used by their applications.
For more information, see the <a href="awt/index.html">AWT documentation</a>.
</p>
<h3>Swing</h3>
<p> The Swing APIs also provide graphical component (GUI) for use in user interfaces.
The Swing APIs are written in the Java programming language without any reliance
on code that is specific to the GUI facilities provided by underlying operating
system. This allows the Swing GUI components to have a "pluggable" look-and-feel
that can be switched while an application is running.
For more information, see the J2SE <a href="swing/index.html">Swing documentation</a>.
</p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="deployment"></a>
<h2>Deployment</h2>
<div class=Indent>
<h3>Java Deployment</h3>
<p>
Installation, setup, updating, redistribution and related topics:</p>
<dl>
<ul>
<li>Installation of the Java Platform on a computer</li>
<li>Setting Options in the Java Control Panel</li>
<li>Writing applications and applets in the Java Programming language</li>
<li>Authoring web pages that invoke applets or download and launch applications</li>
<li>Making Java-related files available on web servers</li>
<li>Updating the Java Platform on a computer</li>
</ul>
</dl>
<p>For more information, see <a href="deployment/index.html">General Deployment</a>,
<a href="plugin/index.html">Java Plug-in</a>, and
<a href="javaws/index.html">Java Web Start</a>.
</p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="toolspecs"></a>
<h2>Tool Specifications</h2>
<div class=Indent>
<h3>Debugger Architecture</h3>
<p>
Architecture and specifications for for use by debuggers in
development environments.
For more information, see the <a href="jpda/index.html">Java
Platform Debugger Architecture (JPDA) documentation</a>.
</p>
<h3>VM Tool Interface</h3>
<p>
The Java Virtual Machine Tool Interface (JVM TI) is a
specification for inspecting the state and
controlling the execution of applications running in the JVM.
The Java Virtual Machine Profiler Interface (JVMPI) has been deprecated.
For more information, see the <a href="jvmti/index.html">Java
Virtual Machine Tool Interface (JVM TI) documentation</a>.
</p>
<h3>Javadoc Tool</h3>
<p>
Javadoc is a tool that parses the declarations and documentation comments
source files to produce a set of HTML pages describing the program elements.
The Doclet API provides a mechanism for clients to inspect the source-level
structure of programs and libraries, including javadoc comments embedded
in the source. This API can be used by doclets to generate documentation.
For more information, see the <a href="javadoc/index.html">Javadoc
documentation</a>.
</p>
<h3>Annotation Processing</h3>
<p>
The apt tool is a command-line utility for annotation processing. It includes
a set of reflective APIs and supporting infrastructure to process program
annotations. These reflective APIs provide a build-time, source-based,
read-only view of program structure. They are designed to cleanly model
the Java programming language's type system after the addition of generics.
For more information, see the <a href="apt/index.html">apt documentation</a>.
</p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="toolsupport"></a>
<h2>JDK Tools & Utilities</h2>
<div class=Indent>
<p> Documentation for the tools and utilities included in the JDK.
Covers basic tools (javac, java, javadoc, apt, appletviewer,
jar, jdb, javah, javap, extcheck), security tools, internationalization
tools, RMI tools, IDL and RMI-IIOP tools, deployment tools,
Java Plug-in tools, and Java Web Start tools, monitoring and management
tools, and troubleshooting tools.
For more information, see the
<a href="../tooldocs/index.html">JDK Tools and Utilities</a>
documentation. </p>
<p>
</div>
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<a name="platforms"></a>
<h2>Platforms</h2>
<div class=Indent>
<p>Sun provides implementations of the JDK and Java Runtime Environment
for Microsoft Windows, Linux, and the Solaris operating systems. See
<a href="http://java.sun.com/j2se/1.5.0/system-configurations.html">System
Configurations</a> for information about which
versions of these platforms are supported. </p>
Other companies may provide implementations of the Java platform for other
operating systems such as Macintosh, AIX, etc. </p>
<!--
<p> <a href="http://java.sun.com/cgi-bin/java-ports.cgi">Non-Sun Implementations
of the Java Platform</a> - Contains links to third-party implementations of
the Java platform for operating systems other than Microsoft Windows, Solaris,
and Linux.</p>
-->
<br>
</div>
<HR SIZE=3 NOSHADE>
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR VALIGN=TOP>
<TD>
<FONT SIZE="-2"> <A HREF="../relnotes/SMICopyright.html">Copyright</A>
© 2004 <A HREF="http://www.sun.com/">Sun Microsystems, Inc.</A>
All Rights Reserved.</FONT>
</TD>
<TD ALIGN=RIGHT> <IMG SRC="../images/sunlogo64x30.gif" ALT="Sun" BORDER=0 WIDTH=64 HEIGHT=30>
<BR>
<FONT SIZE="+1"> <i>Java Software</i> </FONT> </TD>
</TR>
</TABLE>
</body>
</html>