From 744b281ddc3404ec95cc805dd5b931a8c20d6e20 Mon Sep 17 00:00:00 2001 From: BenjiTusk Date: Tue, 12 Dec 2023 13:35:27 +0200 Subject: [PATCH] vault backup: 2023-12-12 13:35:27 --- docs/Year II/Semester I/ISE/VSCode Guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Year II/Semester I/ISE/VSCode Guide.md b/docs/Year II/Semester I/ISE/VSCode Guide.md index 1028ba7..604ef8b 100644 --- a/docs/Year II/Semester I/ISE/VSCode Guide.md +++ b/docs/Year II/Semester I/ISE/VSCode Guide.md @@ -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