changeset 2657:621c7058e9cc

Add netx, plugin and rhino to the bootclasspath.
author andrew
date Thu, 22 Sep 2011 01:55:17 +0100
parents 655ef87f8f14
children 7693eb0fce1f
files src/share/vm/runtime/os.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;