Skip to content

This project is for recommending latest jdk versions from AZUL by comparing host machines jdk version.

Notifications You must be signed in to change notification settings

deepu-mungamuri94/JDKVersionRecommender

Repository files navigation

JDKVersionRecommender

This project compares Host machines JDK version with JDK Versions available in AZUL and recommends latest JDK versions compatible for host machine.

Executable Instructions:

We can execute the app using following options:
  • Jar Execution
    • Download the Jar available in the project: JavaUpdateRecommendator.jar
    • Run jar using command: java -jar JavaUpdateRecommendator.jar
  • Source Code Execution
    • Clone this project into your machine where we need to get the latest JDK Recommendations.
    • Change your current working directory to: src/com/java/recommender
    • Execute java executable file(Main.java) here using following commands in sequence:
      • javac Main.java
      • java Main.

Input:

Available JDK extensionscab, deb, rpm, msi, dmg, zip, tar.gz
OS SupportedLinux, MacOS X, Solaris, Musl, (Linux,Musl), QNX, Windows, (Linux,GLib)
OS Architectures Supportedx86, arm, mips, ppc, sparcv9

Output:

  • This will provide us the debug informations:
    • Installed JDK Version on host
    • OS
    • OS Architecture
    • Table containing the updates avaiable: JDK-Version, Download URL

About

This project is for recommending latest jdk versions from AZUL by comparing host machines jdk version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages