My Java project I run on Eclipse uses external jar library. Now, for better understanding I need to trace jar library code. Library source code I have, but how to tell my project not to look to defined in "Java Build Path" jar, but to source I have.
Library source is developed not with Eclipse.