views:

163

answers:

2

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
+1  A: 

Sun's previous release page has links to 1.3 and others.

Brian T. Grant
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