Download source of rt.jar
Hi,
I need to weave in some aspects in Java runtime libraries. For this purpose, need the source code for the runtime libraries and then provide these alternate libraries in -XBootclasspath option.
Anybody knows if the source code of java files in rt.jar are available for download ?
regards
Vikram
[331 byte] By [
viikiina] at [2007-11-27 7:28:22]

# 1
> ... the source code of java files in
> rt.jar are available for download ?
Look in src.zip in the SDK.
> I need to weave in some aspects in Java runtime
> libraries. For this purpose, need the source code
> for the runtime libraries and then provide these
> alternate libraries in -XBootclasspath option.
Probably not the best approach.
What are you trying to accomplish?