Searched refs:classpaths (Results 1 – 3 of 3) sorted by relevance
9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"12 --suggest-classpaths19 # a list of directories to search for jar files when using --suggest-classpaths23 # some classpaths to always include
73 int classpaths = reply.getNextValueAsInt(); in testClassPaths001() local74 logWriter.println("classpaths = " + classpaths); in testClassPaths001()75 for (int i = 0; i < classpaths; i++) { in testClassPaths001()
99 private List<String> classpaths = new ArrayList<>(); field in ToolHelper.CommandBuilder115 classpaths.add(classpath); in appendClasspath()154 if (!classpaths.isEmpty()) { in command()156 result.add(Strings.join(classpaths, ":")); in command()