diff options
author | Joachim Lingner <jl@openoffice.org> | 2004-04-26 10:20:34 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2004-04-26 10:20:34 +0000 |
commit | cab7aaaaae495c38c2b21ad26e7530c56aea8682 (patch) | |
tree | 75044e81825ba93637024379c811be35d24fa253 /jvmfwk/inc | |
parent | 99eb720ef1526a525a6e4d3c41fd1437b5127662 (diff) |
#i20052# ../user/config/javasettings.xml is now generated
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/jvmfwk/framework.h | 8 |
1 files changed, 5 insertions, 3 deletions
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. <p>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.</p> + class path also contains the user class path set by this function. + The paths contained in <code>pCP</code> must be separated with a + system dependent path separator.</p> @param pCP [in] the user class path. |