Skip to content

Commit

Permalink
vault backup: 2023-12-12 13:35:27
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitusk committed Dec 12, 2023
1 parent 38f537e commit 744b281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Year II/Semester I/ISE/VSCode Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ If you did everything correctly, your project in VSCode will look like this:
![[Pasted image 20231212123221.png]]
Note the collapsed “Java Projects” and “Maven” panes at the bottom of the file explorer.

**Important:** Move `Main.java` up two levels so it is a direct child of `java/`, and **delete the `com/lastname_lastname` folder**. If you do not do this, Maven will get confused with your imports.
> [!warning] Important
> Move `Main.java` up two levels so it is a direct child of `java/`, and **delete the `src/main/java/com` folder**. If you do not do this, Maven will get confused with your imports.
Almost all of the code you write will be in `src/main/java`.

## 4. Configuring Maven
Expand Down

0 comments on commit 744b281

Please sign in to comment.