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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp462 #define SYS_EXTENSIONS_DIRS SYS_EXTENSIONS_DIR ":/Network" SYS_EXTENSIONS_DIR ":/System" SYS_EXTENSIONS_DIR ":/usr/lib/java" macro
464 // the null in SYS_EXTENSIONS_DIRS counts for the size of the colon after user_home_dir
466 sizeof(SYS_EXTENSIONS_DIRS);
535 sprintf(ld_library_path, "%s" SYS_EXTENSIONS_DIR ":" SYS_EXTENSIONS_DIRS, user_home_dir);
603 SYS_EXTENSIONS_DIRS, user_home_dir, Arguments::get_java_home());

Completed in 45 milliseconds