Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java API Source Code [closed]

Tags:

Where can I find the source code of the Java API?

like image 396
Matt Robertson Avatar asked Jan 08 '11 18:01

Matt Robertson


People also ask

Is Java API open source?

The Java Client API is an open-source project, so you can also access the sources and build your own library.

Where is JDK source code?

Getting the Source Code OpenJDK can be found at openjdk.java.net. The source code repositories can be downloaded and browsed at hg.openjdk.java.net/jdk8/jdk8/jdk/, hg.openjdk.java.net/jdk9/client/jdk/, and hg.openjdk.java.net/jdk10/jdk10/jdk/, respectively.

Can API be used in Java?

APIs are important software components bundled with the JDK. APIs in Java include classes, interfaces, and user Interfaces. They enable developers to integrate various applications and websites and offer real-time information.


1 Answers

Install the JDK. The sources for the public classes are packaged in src.zip.

like image 190
Thorbjørn Ravn Andersen Avatar answered Sep 17 '22 05:09

Thorbjørn Ravn Andersen