
Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
>>I foolishly corrupted my copy of the jdk1.5.0_03 source code -
>>experimenting with what I thought was a copy, but turned out to be the only
>>copy I had. Does someone have a link where I can get just the source code
>>archive?
>
> see http://mindprod.com/jdk.html
http://mindprod.com/jgloss/jdk.html
> It shows how to get any of the old JVMS.
Or you can get the full (55MB) source:
http://www.java.net/download/tiger/tiger_u3/jdk-1_5_0_03-fcs-src-b07-jrl-24_may_
2005.jar
1.5.0_04 was a security update, so don't use _03 to run untrusted code.
Not entirely sure about _05.
Tom

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
Andrew Thompson - 05 Nov 2005 12:18 GMT
...
> 1.5.0_04 was a security update, so don't use _03 to run untrusted code.
> Not entirely sure about _05.
This bug indicates a JWS bug that affects 1.5.0_05.
<http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5023046>
('fixed in _06')
Thomas Hawtin - 05 Nov 2005 21:22 GMT
> ...
>
[quoted text clipped - 4 lines]
> <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5023046>
> ('fixed in _06')
Looks like they don't consider the a security problem for some reason.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/