Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

up vote 1 down vote accepted

Open the little triangle menu on the top of the view and select filters. This will open a dialog window where you can configure several aspect of the view. One of them is "empty parent packages" which will hide those packages if it is enable.

share|improve this answer
filters - "empty parent packages" has been opened,I did not modify the default configuration – Zenofo Jun 3 '11 at 20:48
1  
Are you using a older version of eclipse on the Mac? – x4u Jun 3 '11 at 20:56
thanks,x4u,I re-installed the eclipse, the problem disappears – Zenofo Jun 4 '11 at 7:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.