On Wed, Jun 22, 2016 at 8:42 AM, Prakash Rungta <prakash.run...@gmail.com> wrote: > Hi Andrew, > > Thanks for looking into this. > > I downloaded the source code from the following site > > http://download.java.net/openjdk/jdk7/ > > The following was the file name > > openjdk-7-fcs-src-b147-27_jun_2011.zip > <http://www.java.net/download/openjdk/jdk7/promoted/b147/openjdk-7-fcs-src-b147-27_jun_2011.zip>
2011, this is ancient history... > > Also i tried to download by setting up the clone from mercurial software at > the following link > > hg clone http://hg.openjdk.java.net/jdk7/jdk7 *YourOpenJDK* > cd *YourOpenJDK* > sh ./get_source.sh I think this is not used any more, but there for historical reasons. The right place to get the latest version of OpenJDK7 should be this: http://hg.openjdk.java.net/jdk7u/jdk7u/ I know it's a little bit confusing with so many reposotories, but the actual pointers are on the wiki (where JDK 7u is the only one appearing): https://wiki.openjdk.java.net/display/jdk7u/Main I hope this helps. Cheers, Mario