I can find the package for JDK6.0 at here http://www.java2s.com/Open-Source/Java-Document/CatalogJava-Document.htm. Can anyone let me know where I can download sun.net package for J2SE 1.3? Thanks,
A:
try here
edit:
the link above provides access to sun's archive. there you will be able to download the sdk for a variety of flavors of 1.3. if you are looking to inspect the unpublished source of a package within these development kits, you can always unbundle the jar containing the source and decompile the class files in question using something like jad
akf
2009-07-06 23:55:59
Thanks. However as Tom suggested, this website only provides the public APIs. I'm interested in the implementation, which is hided in sun.net.www.protocol
derekwei
2009-07-07 17:56:17