Skip to content

Open JDK Installation

yan li edited this page Sep 12, 2020 · 1 revision

Open jdk Installation

1.Download openjdk and source

If you don't install jdk source, you can't view source .java classes. and jdk documents.

Install jdk source with the command:

sudo apt-get install openjdk-11-source

after download, src.zip will be installed in path /usr/lib/jvm/java-11-openjdk-amd64/lib/

In intelliJ Project Structure->SDKs->Sourcepath, the src.zip can be imported.

Clone this wiki locally