shyamupa
shyamupa

Reputation: 1618

Eclipse keyboard shortcut to open build path of current project?

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

Answers (1)

Chandrayya G K
Chandrayya G K

Reputation: 8849

  1. Right click on any project in package explorer, select Build Path..> Configure Build Path...

  2. Select any project in package explorer press Alt + Enter.

First step is necessary as property dialog remembers the previously selected node.

Upvotes: 7

Related Questions