- Visit http://jdk.java.net/11/ and accept the early-adopter license agreement, which looks like this:
- After accepting the license, you will get a grid of the available JDK bundles based on the OS and architecture (32/64-bit). Click to download the relevant JDK executable (.exe) for your Windows platform.
- Run the JDK executable (.exe) and follow the onscreen instructions to install JDK on your system.
- If you have chosen all the defaults during the installation, you will find JDK installed in C:/Program Files/Java for 64 bit and C:/Program Files (x86)/Java for 32 bit.
Now that we have finished installing JDK, let's see how ...