4370 Forks
15427 Stars
15427 Watchers

jdk

JDK main-line development https://openjdk.org/projects/jdk

How to download and setup jdk

Open terminal and run command
git clone https://github.com/openjdk/jdk.git
git clone is used to create a copy or clone of jdk repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with jdk https://github.com/openjdk/jdk/archive/master.zip

Or simply clone jdk with SSH
[email protected]:openjdk/jdk.git

If you have some problems with jdk

You may open issue on jdk support forum (system) here: https://github.com/openjdk/jdk/issues