Remove Eclipse src folder

eclipse

Solution

You can choose your source folder instead of default folder.

Project Properties >> Java Build Path >> Source Tab

Problem

Currently, my project has a folder called "(default package)" which is inside a src folder in Eclipse. This folder has the symbol for a src folder in eclipse. When I run .scp, it complains that src is not a regular file. I think the reason is my directory structure - so how do I remove src and leave (default package) as my src folder? Note, src just seems to hold (default package).

Original source