Question

Usually it showed in my src file, but now it seems to be replaced by folders.

When I try to make a package (com.levdl.tutorial), it gets split up in folder like this:

http://prntscr.com/2u604p

Does anyone have a solution for this?

Était-ce utile?

La solution

change the view to either "project explorer" or java "package explorer".

goto windows> show view> genereal > project explorer

or

goto windows> show view> java> package explorer

you navigator view will show your packages like folder views

Autres conseils

Your src/ folder is not in the Build path:

Right-click on your src/ folder -> Build Path -> Use as Source Folder

Clean your project afterwards: Project -> Clean

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top