summaryrefslogtreecommitdiff
path: root/vscode/01-helloworld/README
blob: 1e331eff79016dbf805632110febd07c2142d7c5 (plain)
1
2
3
4
5
6
7
8
9
How to create a Java project:

1. Get the Command Pallete
2. Start typing 'java' and select 'Java: Create New Project...'
3. Select the option 'No build tools'
4. Choose the parent directory where you want to create the Java project directory.
5. Enter the name of your project.

Check the organization of your project.