Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Eclipse PDT2 won't jump to functions/classes on ctrl-click: solved

I am using the new PDT2 based off of Eclipse 3.4. The one thing I noticed as an issue for me was the building. I created a project based off of a checkout using SVN. After I had built the PHP project, I could not ctrl-click any of the functions that were part of my project. It just wouldn’t find them.

The solution for me was to configure the build path to include the project itself.

1. Right click on open project. 2. highlight build path 3. click on Configure build path… 4. Click Add Folder… button. 5. Put a check mark next to your project. 6. Click OK.

If necessary, click the project menu and choose the ‘clean…’ option to rebuild.

This entry was posted in Eclipse PDT and tagged . Bookmark the permalink.

One Response to Eclipse PDT2 won't jump to functions/classes on ctrl-click: solved

  1. Anthony says:

    Thank you!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>