I need to programmatically check if the project build path already contains the specified library. This is a quick fix suggestion to know if it has already been βfixedβ and may not be a problem.
I have access to the current IInvocationContext and therefore (around some corners) to the corresponding IProject .
How can I check which libraries are referencing my build path already?
source share