praks5432
praks5432

Reputation: 7782

Remove Eclipse src folder

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

Answers (1)

swemon
swemon

Reputation: 5946

You can choose your source folder instead of default folder.

Project Properties >> Java Build Path >> Source Tab

Change source folder

Upvotes: 8

Related Questions