summaryrefslogtreecommitdiff
path: root/tools/toolwrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/toolwrapper.c')
-rw-r--r--tools/toolwrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/toolwrapper.c b/tools/toolwrapper.c
index 9f4720ab9..dd23286c3 100644
--- a/tools/toolwrapper.c
+++ b/tools/toolwrapper.c
@@ -136,7 +136,7 @@ main (int argc, const char** argv)
goto destroy;
}
- vm_args.options[vm_args.nOptions++].optionString = "-Djava.class.path=" TOOLS_ZIP;
+ vm_args.options[vm_args.nOptions++].optionString = "-Xbootclasspath/p:" TOOLS_ZIP ASM_JAR;
}
/* Terminate vm_args.options with a NULL element. */