What is “src” directory created by Eclipse?

前端 未结 4 1489
清酒与你
清酒与你 2020-12-10 16:23
  1. I just installed Eclipse.

  2. The Eclipse created the \"workspace\" folder.

  3. In this folder I created a \"game\" sub-folder (for my class

4条回答
  •  失恋的感觉
    2020-12-10 16:41

    src is where Java IDEs (at least Eclipse and NetBeans) put the source files, it is pretty much standard, and the hierarchy of the folder inside it has to match your Java packages names.

提交回复
热议问题