I like to see what a method in the Java API does. So I want the JDK Source Code.
Before I re-installed Linux I had the scr.zip package with all the official source code in it. I just had to tell Eclipse where this file is and I could see the code. But now I don't have the file anymore...
So the question is: Where can I find it?
Please don't paste the Google results here. I searched already for quite some time, but I can't find it...
Thanks in advance
Martijn
src.zipfile that contains the public Java API in the JDK installation directory. Is that what you're looking for (I've mainly used Windows, so maybe the Linux distro doesn't have it). – Ash May 24 '10 at 12:21