Searched refs:jars (Results 1 – 4 of 4) sorted by relevance
117 final List<String> jars = new ArrayList<>(); in testRun() local118 jars.add(tfJar.getAbsolutePath()); in testRun()119 jars.add(String.format("%s/*", mTfPath)); in testRun()120 jars.add(String.format("%s/*", mTfLibDir)); in testRun()121 final String classPath = ArrayUtil.join(":", jars); in testRun()
147 final Set<String> jars = new LinkedHashSet<>(); in run() local155 jars.add(jarFile.getAbsolutePath()); in run()157 jars.add(new File(path, "*").getAbsolutePath()); in run()207 String classpath = ArrayUtil.join(":", jars); in run()
339 private List<String> getJarPaths(Set<String> jars) throws FileNotFoundException { in getJarPaths() argument342 for (String jar : jars) { in getJarPaths()
39 :: first try to find TF jars in same dir as this script