-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
49 lines (40 loc) · 1017 Bytes
/
index.html
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
<html>
<head>
<title>
The Java Developers Kit
</title>
</head>
<body>
<h1>
The Java Developers Kit
</h1>
The Java Developers Kit (JDK)
lets you write applets that
conform to the new, frozen Java applet API.
<p>
For information about using the JDK,
start at the <a href="README">README,</a> which tells you:
<ul>
<li> why we made the JDK
<li> what packages comprise the final applet API
<li> how to get in touch with us
</ul>
It also has information on
the Applet Viewer,
the new APPLET tag,
and the prototype Java Debugger.
<p>
As you write your program,
look for applets with similar features among the
<a href=demo/>applet examples</a> in this release.
<p>
The README file is the only documentation included in this release.
The rest of the information you need is on our Web site:
<a href="http://java.sun.com/JDK-1.0/">http://java.sun.com/JDK-1.0/.</a>
<p>
<strong>Note:</strong>
Before you use the JDK,
please read the <a href="COPYRIGHT">Copyright and License Information.</a>
<p>
</body>
</html>