Learn Intellij Idea - How to create a new Java Project?.

Опубликовано: 30 Сентябрь 2024
на канале: QASCRIPT
986
4

How to Create new Java Project in IntelliJ Idea?. #shorts
- Click on New Project
- Enter project name
- Select Language as Java
- Select BuildSystem as IntelliJ
- Select JDK
- You can also download JDK
- Click on Create
- Click on Project
- Project View contains project directory, SDK libraries, and scratch files
- Expand the src directory to view project source files
- Double click on Sample.java to view the code
- Click on Play button to Run the code
- Output is displayed on the console