I installed Java JDK but where can I find the sources? For one my homework, I'm asked to refer to one of the files ...

check the source code of java.util.LinkedList. The Java source code of this class can be found in the jdk package

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted
+50

First of all, about java.util.LinkedList source: you can view it here or here, for example.

Then, aren't you looking for openjdk-7-source or sun-java6-source packages?

If not (may you prefer a Mercurial checkout or a tarball way or just want the most up-to-date sources), maybe this is what are you looking for?:

enter image description here

link|improve this answer
feedback

I use google and typed: "java jdk download"

then find this link http://www.oracle.com/technetwork/java/javase/downloads/index.html

from there I find this

http://download.oracle.com/javase/7/docs/webnotes/install/linux/linux-plugin-install.html

ok. hope You find this usefull.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.