By some reason, it seems my Package Explorer is showing the folder structure of my project instead of its package structure. How would I go about “fixing” this? I’ve tried playing with the filters but it seemed of no avail.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you configure the corresponding folders to be the source folder?
They should be included in the java build path (The project properties–> java build path –> source ) . Eclipse only shows the package structure and provides the necessary stuff such as refactoring capabilities , checking java syntax error for the folders that are included in the java build path.