allotropia / libreoffice-sidebar-extension

LibreOffice Sidebar extension
European Union Public License 1.1
1 stars 1 forks source link

The extension does not work with the current version of UNOhelper #1

Open FredKruse opened 2 weeks ago

FredKruse commented 2 weeks ago

I tried to get the extension to work with the last stable version of UNOhelper (5.0.3 or 5.0.4-snapshot). It doesn't work. I adjusted the corresponding include paths in the java files and included commons-lang3-3.17.0.jar as an additional library to resolve the dependencies. Integrating the extension created in this way failed. Is there support for working with current libraries?

smehrbrodt commented 1 week ago

Which error messages do you see?

FredKruse commented 1 week ago

In eclipse ide, the following error is shown: The RegistrationHandler.classes is empty, exported .oxt extension will not work properly.

If I install the OXT directly in LO, I get the following error: java.lang.reflect.InvocationTargetException

In both cases, the OXT is not active and cannot be activated.