Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

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 bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top