Searched refs:classpath (Results 1 – 4 of 4) sorted by relevance
113 List<URL> classpath = new ArrayList<URL>(); in build() local114 classpath.addAll(classpathToUrls("java.class.path")); in build()115 classpath.addAll(classpathToUrls("sun.boot.class.path")); in build()116 return new URLClassLoader(classpath.toArray(new URL[classpath.size()]), bridge); in build()140 String classpath = System.getProperty(propertyName); in classpathToUrls() local142 for (String pathElement : classpath.split(File.pathSeparator)) { in classpathToUrls()
49 javac -classpath classes2 -d classes *.java50 d8 --output . --classpath classes2 $(find classes -type f) # Creates classes.dex
40 # classes must be in the classpath.49 # classes must be in the classpath.
1463 char *classpath; member