Skip to content

Installing Java 17 JDK

Due to the need for Gradle version compatability, users must have Java JDK 17 installed on their system and selected as the default version. The installtion for JDK depends on Operating System (OS) and users can follow guides avaiable on the internet.

One option is to install an OpenJDK 17 distribution made available by the Adoptium Group can be downloaded & installed following this link.

Building model jar file

Figure: Temurin JDK 17 download for windows page

After the completion of the JDK installtion process, users can check its success by typing the following command on the terminal.

java --version