Java Environment Setup

Install JDK

Follow the instructions below to install the JDK:

  1. Navigate to the JDK scripts directory on the server:

    cd ~/scripts/environment/jdk
    
  2. Invoke the JDK installation script:

    ./install_jdk.sh
    

Install Apache Maven

Follow the instructions below to install Maven:

  1. Navigate to the maven scripts directory on the server:

    cd ~/scripts/environment/maven
    
  2. Invoke the maven installation script:

    ./install_maven.sh