Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 617 Bytes

File metadata and controls

13 lines (10 loc) · 617 Bytes

Developing in Java

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies Meanwhile, the compiled output files will be generated in the bin folder by default.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.