Home | History | Annotate | Download | only in server

Lines Matching refs:bootClassPath

833                 String bootClassPath = System.getProperty("java.boot.class.path");
834 if (bootClassPath != null) {
835 String[] paths = splitString(bootClassPath, ':');
850 Slog.w(TAG, "No BOOTCLASSPATH found!");