operating environment LibO3.5.0 RC2 OS:WinXP Home Edition SP3,Windows Vista,Windos7 JRE:Java SE Runtime Environment 6 Update 30(i586) JAB:Java Access Bridge2.0.2
there is a need to include ava_uno_accessbridge.jar.
diff --git scp2/source/ooo/file_ooo.scp scp2/source/ooo/file_ooo.scp index cae313a..e2c0c68 100644 --- scp2/source/ooo/file_ooo.scp +++ scp2/source/ooo/file_ooo.scp @@ -426,6 +426,7 @@ STD_JAR_FILE( gid_File_Jar_Fax, fax ) STD_JAR_FILE( gid_File_Jar_Agenda, agenda ) STD_JAR_FILE( gid_File_Jar_Query, query ) STD_JAR_FILE( gid_File_Jar_Web, web ) +STD_JAR_FILE( gid_File_Jar_Accessbridge, java_uno_accessbridge ) #endif #ifdef SOLAR_JAVA
Masataka Shinke commited a patch related to this issue to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fbe60c962259ae0449acd65e74fd790530045e93 fdo#45530: Accessibility does not work on WNT
Michael Stahl commited a patch related to this issue to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9c4581a6b61c0836c3a44eaaf454b9ba560e937a fdo#45530: scp2: java accessibilty bridge cleanup:
this is a regression in 3.5: commit c096e86385f35a6d8485325ad0c3ae52f70cacef removed the INCLUDE_JAVA_ACCESSBRIDGE in scp2, but then 6fdde9acfd5aebd23400e7101c8ddff80fcdd8fa re-introduced the #ifdef, but not the definition of it, with the result that the jar file was in the installation set.
Masataka Shinke commited a patch related to this issue to "libreoffice-3-5": http://cgit.freedesktop.org/libreoffice/core/commit/?id=24dfc1a6238902a122f5cf835c83b2f54b8819fb&g=libreoffice-3-5 fdo#45530: Accessibility does not work on WNT It will be available in LibreOffice 3.5.1.
Michael Stahl commited a patch related to this issue to "libreoffice-3-5": http://cgit.freedesktop.org/libreoffice/core/commit/?id=78a5d35ec1907e4b5add1014801dbac992cee48e&g=libreoffice-3-5 fdo#45530: scp2: java accessibilty bridge cleanup: It will be available in LibreOffice 3.5.1.
Oh, sorry for the regression I created. :(