vote up 0 vote down star

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?

flag

78% accept rate

1 Answer

vote up 3 vote down check

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.

link|flag
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 Sep 25 '08 at 17:12
@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 Sep 26 '08 at 2:16

Your Answer

Get an OpenID
or

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