tags:

views:

2224

answers:

1

In Java projects in Eclipse version 3.4.1 sometimes the folder "Referenced Libraries" disappears from the "Project Explorer" view. All third party jars are shown directly in the root of the project folder. The project compiles and runs fine. It seems to be a GUI problem.

How can I get this folder back?

+5  A: 

First, bring up the "Package Explorer" view (instead of the "Project Explorer" view).

Then, if the referenced .jar files still are visible in the root of the project, click on the little "down arrow" icon in the top-right corner of the Package Explorer view. In the context menu that appears, one of the items on the menu is "Show 'Referenced Libraries' Node." Click on that menu item.

Jon Schneider
Thx, this helped solving the problem! But it's not quite the answer. Could you please add "Use the Package Explorer view instead of the Project Explorer view". Than I can accept this as the good answer.
Bno
@Bno, glad I could help! I had just run into this issue a month or two ago, so the solution was still fresh in my mind. I edited the answer as you suggested.
Jon Schneider