JAVA BASICS GETTING STARTED

A guideline to help you get started to write Java code in Visual Studio Code.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

The compiled output files will be generated in the bin folder by default.