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
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.