Home

Install Java (Windows)

Home » Java Quick Start » Install Java » Install Java (Windows)

Is Java not available on your Windows computer yet?
No problem, let's use an installer to make the process really easy.

This is a direct link to get the Azul Zulu build of OpenJDK distribution, version 17, as a Windows installer:

https://cdn.azul.com/zulu/bin/zulu17.38.21-ca-jdk17.0.5-win_x64.msi

Many more distributions and versions of Java exist. You can read more info here on how to find another distribution or version.

Once the .msi file has completed downloading, double-click it, and follow the instructions.

After the installation has been completed, you can check the installed version by opening a terminal (click Start, type cmd, and hit Enter) and running the java -version command.

You should get the following result:

That's it. You're now ready to run Java programs and, even better... create your own!

Subscribe to foojay updates:

https://foojay.io/feed/
Copied to the clipboard