Installing
- 
2. Installing MavenNow to Install Maven for Arch 
 Simply play:sudo pacman -Syu maven 
- 
3. Setting up JavaVerify that JDK 8+ is Installed on System javac -version How to Install Recommended Oracle Java JDK on Arch To check your current JDK version: javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor' If it’s the official Oracle JDK, the output will include: java.vendor = Oracle Corporation.
Contents
