Joerg Barfurth wrote:
Is there no API to change classpath for all users or is it really not possible - i.e. is there really no place where a shared or default classpath is stored? If there really is no possibility, then that is a huge problem for large deployments. Otherwise, if there is a file to edit, then that of course could be scripted.
There is currently no API to modify Java settings for ALL users. The file which contains the user settings cannot be edited, because the contents are an implementation detail. However, shared settings are supported. An administrator can apply settings in the tools->option dialog, and copy the javasettings_xxx_xml into the share/config folder. These settings are then valid for all users, unless they overwrite them.

Another possibility is to change the UNO_JAVA_JFW_CLASSPATH_URLS bootstrap variable in program/jvmfwk3.ini.

BTW, we then thought about using APOC to remotely configure Java. But this was not possible because the Java framework must not use UNO. Can APOC now access a C-API?

Jochen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to