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:eclipse
what is more I can't run my tests from Eclipse now. I must be missing a basic configuration somewhere.ui
Can anyone help?spa
找到了緣由,問題就比較好解決了。就是我把資源從classpath 裏面刪除了。orm
I think these packages have been 'excluded' from the build path. (That's how I can make packages/classes look that way)three
Right click on the "given project" --> "Build Path" --> "Configure build path".ip
See the "Source" tab. For each source folder you have three subsections: Included, Excluded, Native Library location.資源
Check if there are files/packages excluded.it