Searched refs:APP_CLASSPATH (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Ddefines.h56 #ifndef APP_CLASSPATH
57 #define APP_CLASSPATH { "/lib/tools.jar", "/classes" } macro
58 #endif /* APP_CLASSPATH */
59 static const char* const_appclasspath[] = APP_CLASSPATH;
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.h50 #ifndef APP_CLASSPATH
51 #define APP_CLASSPATH { "/lib/tools.jar", "/classes" } macro
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.h56 #ifndef APP_CLASSPATH
57 #define APP_CLASSPATH { "\\lib\\tools.jar", "\\classes" } macro
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c1466 static char *app_classpath[] = APP_CLASSPATH;

Completed in 60 milliseconds