Java Environment Setup¶
Install JDK¶
Follow the instructions below to install the JDK:
Navigate to the JDK scripts directory on the server:
cd ~/scripts/environment/jdkInvoke the JDK installation script:
./install_jdk.sh
Install Apache Maven¶
Follow the instructions below to install Maven:
Navigate to the maven scripts directory on the server:
cd ~/scripts/environment/mavenInvoke the maven installation script:
./install_maven.sh