//Now the relative link from the javadoc and
//source-code base directories must exist at
//the beginning of what remains.
if(!ssbLink.startsWith(s_relUrlJDToCodeBases)) {
int iFound = jdfLinkSource.getPartCount() - 1;
while(ssbLink.startsWith("../") &&
!ssbLink.startsWith(s_relUrlJDToCodeBases)) {
iFound++;