Tagged Questions
2
votes
1answer
121 views
Eclipse Organize Packages into Folder Heirarchy
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 ...
1
vote
5answers
2k views
Default directory layout for Java project
Is there any standard directory layouts for Java projects?
What layout do you prefer most?
I'm asking about more complex layout than just 'src' and 'bin' in project's directory (i.e. where do you put ...