문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top