This property is used to locate system resources. Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- vm/jato.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vm/jato.c b/vm/jato.c index 89142aa..146bb09 100644 --- a/vm/jato.c +++ b/vm/jato.c @@ -280,6 +280,7 @@ static void init_configurable_system_properties(void) /* XXX: currently user defined -Djava.class.path=value is overriden. */ char *cp = get_classpath(); add_system_property_const("java.class.path", cp); + add_system_property_const("java.boot.class.path", cp); free(cp); } -- 1.6.0.6 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel