* jar files have optional package dependency, that must be
* taken care of in the classpath by ther caller.
*/
public BCELClassFileLoader1(String classPath) {
logger.entering("BCELClassFileLoader1", "<init>(String)", classPath); // NOI18N
cp = new ClassPath(classPath);
}