Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Organize Packages into Folder Hierarchy

Tags:

I have a bunch of packages in an Eclipse project they have names like: edu.xxx.proj.app edu.xxx.proj.demo edu.xxx.proj.utils Is there a way in Eclipse to automatically collapse them into a folder structure? I would like them to be as follows on the workbench:

edu__      |_xxx__             |_proj__                     |_app                     |_demo                     |_utils 
like image 854
Nate Glenn Avatar asked Jun 21 '11 21:06

Nate Glenn


1 Answers

Click the little down pointing triangle in the package manager and go to "package presentation". From there select "hierarchal" and that should take care of it.

like image 181
Brad Gardner Avatar answered Sep 22 '22 06:09

Brad Gardner