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

