| Author |
built java source code ?
|
Edward Chen
Ranch Hand
Joined: Dec 23, 2003
Posts: 758
|
|
Has anybody ever built java source code ? I am using Eclispe, sometime I want to browse java source code, like java.util.List. I download source package from Sun website, run the jar file, I still don't see the source code. Or the other place I could download it ? Thanks.
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16811
|
|
The Java source code is part of the JDK -- it is in a file name src.zip, in the top directory of the JDK. Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16811
|
|
And the source download from Sun may be an overkill. It is the source for the JVM, which includes the C/C++ stuff too. For the core classes, like java.util, the source provided by the JDK should be fine. Henry
|
 |
 |
|
|
subject: built java source code ?
|
|
|