-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Java app
quan1997ap edited this page Jul 26, 2023
·
5 revisions
https://laptrinhjavaweb.com/huong-dan-cai-dat-phan-mem-4
https://mkyong.com/maven/how-to-install-maven-in-windows/
Bước 1: JDK and JAVA_HOME ( Sau bước 1.1 => add JAVA_HOME - Chú ý lấy path tương ứng)
Bước 2: Download Apache Maven
- Visit Maven official website, download the Maven zip file, for example : apache-maven-3.6.0-bin.zip.
- Tạo folder c:\opt rồi copy thư mục unzip của maven vào ( That’s all, just download and unzip, installation is NOT required )
Bước 3: Add MAVEN_HOME system variable
Bước 4: Add %MAVEN_HOME%\bin To PATH
Bước 5: Verification
mvn –version