To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=83876
User jl changed the following: What |Old value |New value ================================================================================ Status|NEW |RESOLVED -------------------------------------------------------------------------------- Resolution| |WORKSFORME -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Tue Nov 27 10:15:35 +0000 2007 ------- Accessibility is important. When you switch it off then a Java is selected that may not have an accessibility bridge installed. Then when the disabled user starts OOo he/she may not be able to use it. So in your case you actually would like to use a different JRE than the one used in OOo. Then you could have unopkg use JRE without an accessibility bridge and when OOo is started then javaldx selects a JRE with accessibility bridge. This could be achieved with using the UNO_JAVA_JFW_INSTALL_DATA (see jvmfwk/inc/jvmfwk/framework.h) boostrap parameter. If you call unopkg multiple times with the same value for >UNO_JAVA_JFW_INSTALL_DATA then the first time a JRE is selected and the respective data stored in the location determined by the bootstrap parameter. The following unpkg processes will use this data and do not search a JRE by themselves. BTW. unopkg can be started with the gui option which brings up the Extension Manager dialog. Then one may want to use the accessibility feature. I have to reject this patch. Please use UNO_JAVA_JFW_INSTALL_DATA and JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY to achieve your goals. Do not set them in the unopkg script rather set them as environment parameters or pass them as commandline arguments when you call unopkg. For example, unopkg -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=.... -env:UNO_JAVA_JFW_INSTALL_DATA=... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]