Java Programming

Maven

Install Package Maven for Java

Install extensions Maven for Java in visual code

Download library Maven

Access link https://maven.apache.org/download.cgi and download apache-maven-3.9.11-bin.zip

Set Environment Variable

Set Variable for maven with name: MAVEN_HOME with value C:\apache-maven-3.9.11, and edit Path variable with value %MAVEN_HOME%\bin

Create Project Java App

Using ctrl + shift + p select Maven: New Project and Select an archetype: maven-archetype-quickstart

Create Project Java WebApp

Using ctrl + shift + p select Maven: New Project and Select an archetype: maven-archetype-webapp