Pergunta

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?

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top