From cab7aaaaae495c38c2b21ad26e7530c56aea8682 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Mon, 26 Apr 2004 10:20:34 +0000 Subject: #i20052# ../user/config/javasettings.xml is now generated --- jvmfwk/inc/jvmfwk/framework.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'jvmfwk/inc') diff --git a/jvmfwk/inc/jvmfwk/framework.h b/jvmfwk/inc/jvmfwk/framework.h index aa7a0520fa84..5f6097c317f6 100644 --- a/jvmfwk/inc/jvmfwk/framework.h +++ b/jvmfwk/inc/jvmfwk/framework.h @@ -2,9 +2,9 @@ * * $RCSfile: framework.h,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jl $ $Date: 2004-04-23 08:40:39 $ + * last change: $Author: jl $ $Date: 2004-04-26 11:20:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -566,7 +566,9 @@ javaFrameworkError SAL_CALL jfw_getVMParameters( /** sets the user class path.

When the VM is started then it is passed the class path. The - class path also contains the user class path set by this function.

+ class path also contains the user class path set by this function. + The paths contained in pCP must be separated with a + system dependent path separator.

@param pCP [in] the user class path. -- cgit