I have an issue with Eclipse and my test packages. They show as white icons instead of the default brown color normally used in Eclipse for packages… See image below:
what is more I can’t run my tests from Eclipse now. I must be missing a basic configuration somewhere.
Can anyone help?
I think these packages have been ‘excluded’ from the build path. (That’s how I can make packages/classes look that way)
Right click on the “given project” –> “Build Path” –> “Configure build path”.
See the “Source” tab. For each source folder you have three subsections: Included, Excluded, Native Library location.
Check if there are files/packages excluded.