Cannot Register Implementation Exception on CompPad installation

Asked By 0 points N/A Posted on -
qa-featured

I am trying to install CompPad on my Linux machine but during the installation I get the error as shown below:

OpenOffice.org 3.2

(com.sun.star.registry.CannotRegisterImplementationException)

{{ Message = "", Context = (com.sun.start.uno.XInterface) @0}}

I already installed OpenOffice package on my Ubuntu system so I can make CompPad work. However, this error keeps appearing on my computer and I'm not sure how to fix it. Please help.

SHARE
Answered By 1065 points N/A #121193

Cannot Register Implementation Exception on CompPad installation

qa-featured

You are getting this issue because you missed some OpenOffice files during the installation. These files are left out from your default install so it can lessen the size on your disk. Try to install the complete OpenOffice package by doing the commands on your terminal:

sudo apt-get install openoffice.org

And if you are running a new Ubuntu system, run the command below:

sudo apt-get install libreoffice

 

Related Questions