FAQ
Installation FAQ
I get the error message “Could not create Java implementation loader” or “java.lang.reflect.InvocationTargetException” when I try to install the extension. What can I do?
You are either missing a Java runtime environment on your system, or LibreOffice/Apache OpenOffice is not configured to use it.
Open a command prompt/terminal window and type java -version to verify that you have a Java runtime environment.
In LibreOffice/Apache OpenOffice, choose Tools – Options, OpenOffice.org – Advanced/Java and ensure that there is a Java runtime environment in the list and that the checkbox is selected.
You can download Java from https://java.com/
Specific instructions for Ubuntu: To install Java and Java support in LibreOffice, open a terminal window and type
sudo apt-get install default-jre
sudo apt-get install libreoffice-java-common
I get the error message “com.sun.star.registry.CannotRegisterImplementationException” when I try to install the extension on Ubuntu. What can I do?
Your are missing a package on your system. To install it, open a terminal window and type
sudo apt-get install libreoffice-java-common
I have installed the Writer2xhtml extension, but I cannot find the filters in the Save As menu?
The Writer2LaTeX filters are located in the File – Export menu. This is the place for export-only filters in LibreOffice and Apache OpenOffice
I have installed the Writer2xhtml extension, but I cannot find the filters in the Export menu?
First try restarting LibreOffice/Apache OpenOffice.
In rare cases this does not help – this problem has been seen in some versions of Ubuntus installation of OpenOffice.org. In that case, open the Extension Manager in OpenOffice.org, disable the extension and reenable it. Now restart OpenOffice.org, and the filters should appear. If this still does not help, try to install any other extension and restart OpenOffice.org.