How to view source of java libraries?

Hello,

I need to view how some things in Java are implemented,

like how Objects are added to HashMap etc. I know this can

be done with IDEs like JBuilder and Netbeans, but is there

another way? All the classes are in rt.jar as far as I know,

but viewing those would need a decompilation. How do you

people view these files to see how Java does some of it's

things?

I don't have any IDE at use right now, so that's why

I'm asking.

Thanks in advance.

kari-matti

Message was edited by:

kari-matti

[583 byte] By [kari-mattia] at [2007-11-26 16:04:03]
# 1
In your JDK directory you'll find a src.zip file which contains all the sources.kind regards,Jos
JosAHa at 2007-7-8 22:25:57 > top of Java-index,Java Essentials,Java Programming...
# 2
That was quick reply :)Thanks Jos.kari-matti
kari-mattia at 2007-7-8 22:25:57 > top of Java-index,Java Essentials,Java Programming...