I am opening Extension Manager in LibreOffice.
Then I am trying to add the LanguageTools extensions that I have already downloaded.
Then I get the error "Could not create Java Implementation loader".
What should I do now?
32 Answers
The issue here is outdated java runtime, this plug in requires JRE8.
To install JRE8 run this commands in terminal
sudo apt-get install openjdk-8-jreYou may also need this package
sudo apt-get install libreoffice-java-commonSource and other troubleshooting tips.
You need to install JRE8
Press
Ctrl + Alt + T
The terminal opens
Now type
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo pt-get install oracle-java8-installerThis install java8 in the system.
To check the version type-
java -versionwhich gives you the output
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)OR
javac -versionwhich gives you the output
javac 1.8.0_91You may also need to install libreoffice-java-common.
For this type:
sudo apt get install libreoffice-java-common