Reputation: 1618
I often have to edit the build path of my project in eclipse. Is there a keyboard shortcut that will open the window as "configure build path" option in Eclipse?
Upvotes: 4
Views: 3317
Reputation: 8849
Right click on any project in package explorer, select Build Path..> Configure Build Path...
Select any project in package explorer press Alt + Enter.
First step is necessary as property dialog remembers the previously selected node.
Upvotes: 7