I'm using eclipse in MacOS,and I set package explorer to hierarchical view
now,package look like this:
util
- org
- abc
- db
- sql
- Connection.java
but in win7,look like this:
util
- org.abc.db.sql
- Connection.java
they can auto merge empty package path
how can I merge empty package path in eclipse @ MacOS?
