On Wed, Jun 22, 2016 at 11:20 AM, Prakash Rungta <prakash.run...@gmail.com> wrote: > Thanks for the information provided. > > Is there a place where i can get the bundled source code ? > > I used the link to clone the source code using the hg command. > > http://hg.openjdk.java.net/jdk7u/jdk7u/ > > However it looks like it is not able to download the jdk folder . > i am getting the below error while running the make sanity. > > can you please help.
Hello Pakash, The wiki gives you all the information: hg clone http://hg.openjdk.java.net/jdk7u/jdk7u cd jdk7u sh get_source.sh You should then follow the build guide in the README-builds.html Cheers, Mario