SaFi Bank Space : How to setup our laptop for Micronaut JDK17

INSTALLING WITH SDKMAN!

This tool makes installing the Micronaut framework on any Unix based platform (macOS, Linux, Cygwin, Solaris, or FreeBSD) easy.

  • Simply open a new terminal and enter:

$ curl -s https://get.sdkman.io | bash
  • Follow the on-screen instructions to complete installation.

  • Open a new terminal or type the command:

$ source "$HOME/.sdkman/bin/sdkman-init.sh"

INSTALL OPENJDK 17.0.2

You can install one of the native Arm JDKs using the sdk install java IDENTIFIER command.

sdk install java 17.0.2-open

INSTALL MICRONAUT

  • hen install the latest stable version of the framework:

$ sdk install micronaut
  • If prompted, make this your default version. After installation is complete it can be tested with:

$ mn --version

INSTALL INTELLIJ IDEA

https://www.jetbrains.com/idea/download/#section=mac