Searched refs:classURL (Results 1 – 2 of 2) sorted by relevance
186 URL classURL = null; in findClass() local196 classURL = new URL (entry.m_srcURL); in findClass()229 return defineClass (name, bytes, length, classURL); in findClass()249 …classURL = getResource (classResource); // important to hook into URLClassLoader's overload of thi… in findClass()251 …if (trace1 && (classURL != null)) m_log.trace1 ("findClass", "[" + name + "] found in " + classUR… in findClass()253 if (classURL == null) in findClass()261 in = classURL.openStream (); in findClass()289 return defineClass (name, bytes, length, classURL); in findClass()
58 URL classURL = systemClasses[i].getResource("/" in getClassNames() local61 if (classURL != null) { in getClassNames()62 URLConnection uc = (URLConnection) classURL.openConnection(); in getClassNames()