Reputation: 7782
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).
Upvotes: 2
Views: 5435
Reputation: 5946
You can choose your source folder instead of default folder.
Project Properties >> Java Build Path >> Source Tab
Upvotes: 8