views:

209

answers:

2

Hi all,

I have a java project in Eclipse which includes a couple of external jar files. These external jar files are being rebuilt through a different process (not eclipse, ant). Those changes are not being reflected on the eclipse project even if I refresh the project. If I close the project and reopen, it works.

Any suggestions on how I could expedite the project without having to close and reopen?

Thanks, Praveen.

+2  A: 

Try right click on the project and select refresh. If that does not work, go to the Project menu, clean, and check your project.

Manuel Darveau
+1 - On my machine, F5 is a shortcut for "refresh".
Stephen C
I have tried refresh on the project and it doesn't work. I had mentioned in my description above.
Have you tried to clean the project?
Manuel Darveau
A: 

In the package explorer view, you can select the jar and do right click and refresh.

krishna banka