I have a Java project in Eclipse that includes a couple of external jar files. These external jar files are rebuilt using another process (not Eclipse, Ant). These changes are not reflected in the Eclipse project, even if I update the project. If I close the project and open it again, it works.
Any suggestions on how I can speed up a project without closing and opening it again? Thanks.
java eclipse jar refresh project
user299535
source share