Adding folder in eclipse in src directory without making it package

后端 未结 5 1472
盖世英雄少女心
盖世英雄少女心 2020-12-24 02:13

While creating one folder in src directory in one project in eclipse, it makes that folder a package. Is there any way to avoid this folder from automatically being a packag

5条回答
  •  借酒劲吻你
    2020-12-24 02:32

    Any folder in src directory becomes a package. If you wish to have a main folder then create a source folder of name main and then create the required package in main folder.

提交回复
热议问题