Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.37 KB

install-require-softwares.md

File metadata and controls

20 lines (18 loc) · 1.37 KB

Install Docker

Install Maven and JDK-17

  • For Linux, simply run the command ./install-maven-jdk17.sh. It will install OpenJDK 17 and Maven 3.8.3. If you are still seeing the old JDK when executing mvn --version then please execute export JAVA_HOME=/opt/custom-ubaid/java
  • For Mac
    • Download JDK-17 tar.gz from jdk.java.net
    • Extract it and set JAVA_HOME by running export JAVA_HOME=/path/to/extracted/jdk16/tar
    • Install the latest Maven 3.8.3
    • Set MAVEN_HOME and M2_HOME and are pointing to maven-3.8.1 root directory
  • For Windows