Where to find Sun Java Source Code?
807603Feb 4 2008 — edited Feb 5 2008I downloaded the JDK (J2SE 1.4.2) and can see that there is a src.zip file where source code can be found.
However, this src.zip does not contain all the source code for classes found in rt.jar. For example, sun.misc.URLClassPath is not there.
Does anyone know where I can find the rest of the source code? Particularly the classes in sun.misc.* ??
I am having trouble debugging my code, and it would really be a great help to get to see the source for some of these classes.
-- Mark