<div dir="ltr">Hello,<div>I want to try out a small contribution to the JDK and wanted to build the JDK first, </div><div>before I change the code.</div><div>I forked and cloned the jdk following the instructions at <a href="https://openjdk.org/guide/#cloning-the-jdk">The OpenJDK Developers' Guide – OpenJDK Developers’ Guide</a></div><div><br></div><div>I am on Windows 11.</div><div>These instructions are given on the page but I am unsure which of these to execute since I have already forked and cloned the git repo</div><div><br></div><div><pre style="font-family:"DejaVu Sans Mono","Bitstream Vera Sans Mono","Luxi Mono","Courier New",monospace;font-size:smaller;margin-top:1em;color:rgb(0,0,0)"><code style="font-family:"DejaVu Sans Mono","Bitstream Vera Sans Mono","Luxi Mono","Courier New",monospace;border:1px solid rgb(204,204,204);background:rgb(252,252,255);display:block;padding:0.5em;margin:0em">$ wget <a href="https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-x64_bin.tar.gz">https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-x64_bin.tar.gz</a>
$ tar xzf openjdk-16_linux-x64_bin.tar.gz
$ sudo apt-get install autoconf zip make gcc g++ libx11-dev libxext-dev libxrender-dev libxrandr-dev libxtst-dev libxt-dev libcups2-dev libfontconfig1-dev libasound2-dev
$ cd jdk
$ sh ./configure --with-boot-jdk=$HOME/jdk-16/
$ make images</code></pre><br class="gmail-Apple-interchange-newline"></div><div>Do I still need to do the wget?</div><div>Also, I wondered if I should use book jdk-17 instead of jdk-16 as in the instructions above.</div><div>thanks,</div><div>Anil</div><div><br></div></div>