CRXDE setup issue - Import org.apache.sling.commons cannot be resolved
When I develop bundles using CRXDE I have lots of import problems such as:
- Import org.apache.sling.commons cannot be resolved
- Import com.day.commons cannot be resolved
- Import org.apache.sling.api cannot be resolved
Do you have any ideas how I can solve this?
Note: please, take into account that I can successfully build my bundle. But while developing the code I see these warning from CRXDE. Because of that I cannot automatically resolve my imports.