Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 768
shyamupa Avatar asked Mar 20 '23 10:03

shyamupa


1 Answers

  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.

like image 92
Chandrayya G K Avatar answered Apr 29 '23 11:04

Chandrayya G K