Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find Java 8 src.zip [closed]

Tags:

java

java-8

I have just followed following link to unpack jdk 8 on XP.

installing JDK8 on Windows XP - advapi32.dll error

but I don't see any src.zip in it.

like image 436
DKumar Avatar asked Mar 21 '14 05:03

DKumar


People also ask

Where can I find Java source code?

Install the Java SE Development Kit from http://java.sun.com/javase/downloads/index.jsp. Once installed, you should find an archive called src. zip in the top of the JDK installation directory. The Java source code is in there.

What is Java 8 JDK?

The JDK is a development environment for building applications using the Java programming language. The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the JavaTM platform.


2 Answers

Download the Linux JDK .tar.gz. It contains the src.zip

like image 61
Wlofrevo Kcast Avatar answered Oct 19 '22 02:10

Wlofrevo Kcast


After installing src.zip is placed in /java/jdk folder.

like image 31
Shriram Avatar answered Oct 19 '22 00:10

Shriram