How to refresh external Jars in eclipse project (Java)?

Posted by user299535 on Stack Overflow See other posts from Stack Overflow or by user299535
Published on 2010-03-23T02:02:59Z Indexed on 2010/03/23 2:11 UTC
Read the original article Hit count: 352

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse