Searched defs:jars (Results 1 – 5 of 5) sorted by relevance
104 List<File> jars = new ArrayList<File>(); in newVmCommandBuilder() local
61 Set<String> jars = new LinkedHashSet<>(); in collectDeps() local
192 public abstract Builder setDirectJars(ImmutableList<String> jars); in setDirectJars()
87 JarClassPath[] jars; field in JarDirClassPath
656 protected Vector checkPathForJars(String cp, String[] jars) in checkPathForJars()