Searched refs:mainClassPath (Results 1 – 1 of 1) sorted by relevance
37 final String mainClassPath = "/" + mainClass.getName().replace('.', '/') + ".class"; in getJarFile() local38 final URL resUrl = mainClass.getResource(mainClassPath); in getJarFile()