pathNames[i] = ((ClasspathDirectory) this.classpaths[i]).path;
}
} else {
- String lowercaseClasspathName = classpathNames[i].toLowerCase();
+ //String lowercaseClasspathName = classpathNames[i].toLowerCase();
// if (lowercaseClasspathName.endsWith(SUFFIX_STRING_jar)
// || lowercaseClasspathName.endsWith(SUFFIX_STRING_zip)) {
// this.classpaths[i] = this.getClasspathJar(file); // will