Looking for the source code for java.util.Stack<E> implementation
Alan Bateman
Alan.Bateman at Sun.COM
Tue May 20 10:58:37 UTC 2008
zele zele wrote:
> Hello,
>
> I'm looking for the source code for java.util.Stack,
> preferably from Java 5 although I can settle with
> higher versions. I searched the web and couldn't find
> it....
>
> Can you point me to the source code download location?
>
>
>
> Thanks in advance
> -- Franc
>
On the OpenJDK home page (http://openjdk.java.net/) you will see links
to the source code for OpenJDK 6 and OpenJDK (7). If you really want the
J2SE 5.0 source code then it is available from the SCSL site:
http://www.sun.com/software/communitysource/j2se/java2/download.xml
If you're only looking for j.u.Stack then you another place to look is
the src.zip file in the JDK.
-Alan.
More information about the core-libs-dev
mailing list