[0] Pre-requisite
[0.1] Java
https://technotes.razzi.my/2023/01/java-jdk-install-java-8-or-java-18-jdk.html
[0.2] Maven
https://technotes.razzi.my/2023/01/java-maven-installation.html
[1] Create New Project
Select menu File/New/Project...
Type the name of the project
Click Create.
Maven will automatically create POM and Java file.
[2] Run
select menu Build/Build Project...
Alternatively, right-click main.java file, select menu run
No comments:
Post a Comment