forked from openjdk/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (13 loc) · 672 Bytes
/
README
File metadata and controls
22 lines (13 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Welcome to the JDK!!!
Note that this is a playground repository, and may be synced and/or
reset at any time without notice. But feel free to experiment with
creating pull requests and integrating them!
Hello there! Welcome.
For information about building the JDK, including how to retrieve all
of the source code, please see either of these files:
* doc/building.html (html version)
* documents/building.md (markdown version)
See http://openjdk.java.net/ for more information about the OpenJDK
Community and the JDK.
One can directly edit this file on github.com in a branch and send
out a pull request there. No need to work on your own laptop at all!