download jdk1.5.0_18 source code
        Posted  
        
            by Don
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Don
        
        
        
        Published on 2010-04-27T09:14:40Z
        Indexed on 
            2010/04/27
            9:23 UTC
        
        
        Read the original article
        Hit count: 775
        
Hi,
I'm looking for the JDK source code for Java 1.5 update 18 (on win XP). I don't want to install a JDK, I don't want the source code for the entire VM, just the source for the JDK libs, so that when I navigate to a Java class in Eclipse, it opens up the source code.
Is it possible to download just src.zip (or a zip that contains src.zip)? I don't want to install a new JDK/JRE just to get access to src.zip as I'm concerned that this will have undesirable side-effects such as modifying JAVA_HOME.
Thanks, Don
© Stack Overflow or respective owner