Re: "source not found" error
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, December 9, 2006 07:10 PM
Right-click on the jar file that contains the class in question. Select "Properties", "Java build path". then click the java source location, and browse to the place you have the source code (maybe make a separate jar, of just the source code, for the binary jar; I try to do that for every jar file we use in a project, if possible).