# HG changeset patch # User andrew # Date 1316652917 -3600 # Node ID 621c7058e9cc8d4b3ad3c756e17e1b2e67990cab # Parent 655ef87f8f14cad788940c2cefafc1080e2a3904 Add netx, plugin and rhino to the bootclasspath. diff -r 655ef87f8f14 -r 621c7058e9cc src/share/vm/runtime/os.cpp --- a/src/share/vm/runtime/os.cpp Thu Sep 22 01:54:24 2011 +0100 +++ b/src/share/vm/runtime/os.cpp Thu Sep 22 01:55:17 2011 +0100 @@ -1079,6 +1079,9 @@ "%/lib/jsse.jar:" "%/lib/jce.jar:" "%/lib/charsets.jar:" + "%/lib/netx.jar:" + "%/lib/plugin.jar:" + "%/lib/rhino.jar:" "%/classes"; char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep); if (sysclasspath == NULL) return false;