Hi,

I'm a totally beginner trying just to load a new project.
1. I create a new project, then the explorer shows me 4 folders- .vscode, bin, lib and src.
2. i expand the src, and there is a default file named: App.java.
3. I click this file then i see the code on the editor on the right
4. then i click run and i get an error saying: could not find or load main class App.
all i did was opening a new project, the vscode did all the setup itself, so why is the error?
btw I must work with vscode because of school..