INTEGRATION: CWS fwk04 (1.57.10); FILE MERGED
2003/05/26 15:06:24 dbo 1.57.10.1: #109920# fixing wrong shared macro name
This commit is contained in:
parent
acb14938b8
commit
9e71512de4
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: javavm.cxx,v $
|
* $RCSfile: javavm.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.57 $
|
* $Revision: 1.58 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2003-04-29 08:25:53 $
|
* last change: $Author: vg $ $Date: 2003-05-28 13:30:15 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -889,7 +889,7 @@ void initVMConfiguration(stoc_javavm::JVM * pjvm,
|
||||||
OSL_TRACE("javavm.cxx: couldn't get safety settings because of >%s<", message.getStr());
|
OSL_TRACE("javavm.cxx: couldn't get safety settings because of >%s<", message.getStr());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
jvm.addSystemClasspath( retrieveComponentClassPath( "UNO_SHARE_PACKAGES_CACHE" ) );
|
jvm.addSystemClasspath( retrieveComponentClassPath( "UNO_SHARED_PACKAGES_CACHE" ) );
|
||||||
jvm.addUserClasspath( retrieveComponentClassPath( "UNO_USER_PACKAGES_CACHE" ) );
|
jvm.addUserClasspath( retrieveComponentClassPath( "UNO_USER_PACKAGES_CACHE" ) );
|
||||||
|
|
||||||
//For a non product office we use the flag -ea
|
//For a non product office we use the flag -ea
|
||||||
|
|
Loading…
Reference in a new issue