dilipsundarraj1 / modern-java

This repo has the code for modern java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modern-java

This repo has the code for modern java.

Table of Contents

Java Installation using Installer

Java Installation using sdkman

Java Installation using Installer

Install the Latest Version of JAVA using SDK man

Install sdkMan

  • Follow the instructions in the below link to install sdkman in your mac.

Install Java using sdk man

  • Run the below command to view the different version of supported Java
sdk list java

How to install a specific Java Version ?

Java 20
sdk list java | grep '20'
  • Running the below command will install Java 20.
sdk install java 20.0.2-tem
Java 21
sdk list java | grep '21'
  • Running the below command will install Java 20.
sdk install java 21-oracle

About

This repo has the code for modern java


Languages

Language:Java 100.0%