The workspace contains two folders by default, where:
src/: the dir to maintain sourceslib/: the dir to maintain dependenciesbin/: the dir that stores the compiled .class files
if you're okay with the default compilation, You don't need to manually compile and run this project.
Note that the compiled .class files will be stored in
./bin/DIR. see/src/crun.shbash file, it is responsible for comiplation and execution of this project.
Make the crun.sh executable, chmod +x crun.sh
Run the executable bash file ./crun.sh
If you want to configure the folder structure, open
.vscode/settings.jsonand update the related settings there.
The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.