// absolutePath. The toURI() method encodes all escape characters. Since
// EJBClassLoader does not decode these urls here only toURL() is used.
// Once this issue is fixed in EJBClassloader we can change it to
// toURI().toURL()
for (String path : classPath)
jcl.appendURL(new File(path));
return jcl;
}
/**
* This method populates the missing information in Application object