Java 17.x on Windows Machine
Last updated
Was this helpful?
This article provides step-by-step instructions for installing Java 17.x (OpenLogic JDK) on a Windows system and configuring the required environment variables for successful Java application execution.
Ensure the following before proceeding:
Operating System: Windows 10 or later.
Administrative Privileges: Required for installation and configuration.
Basic Knowledge: Familiarity with File Explorer and system settings.
Download the Java 17 MSI installer from the link provided by your team or from the official source.
For OpenLogic JDK, use the following link: 📥 Download OpenLogic JDK 17
Double-click the downloaded .msi file.
This launches the installation wizard.
Click Next to proceed.
Accept the license agreement and click Next.
Choose an installation directory (default is recommended) and click Next.
Click Install to begin installation.
After installation completes, click Finish.
Java is typically installed at:
Set JAVA_HOME
Open the Start Menu, search for Environment Variables, and open it.
In the System Properties window, go to Advanced → Environment Variables.
Under System Variables, click New and insert:

Insert the below values,
Variable Name: JAVA_HOME
Variable Value:
Click OK to save.
Update PATH Variable
In the same Environment Variables window, under System Variables, select Path and click Edit.
Click New and add:
Click OK to save all changes.
Open a new Command Prompt and run:
The output should confirm Java 17 installation.
Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.
Last updated
Was this helpful?
Was this helpful?
C:\Program Files\OpenLogic\jdk-17.0.15.6-hotspotC:\Program Files\OpenLogic\jdk-17.0.15.6-hotspot%JAVA_HOME%\binjava -version
