Issue with Libre Office Plugin on Ubuntu 22.04
When trying to install the Libre Office Plugin I get the following error:
(com.sun.star.uno.RuntimeException){{Message = "[JavaVirtualMachine]: An unexpected error occurred while searching for Java, 11 ./stoc/source/javavm/javavm.cxx:654", Context = (com.sun.star.uno.XInterface)@0}}
I am using Pop!_OS 22.04 LTS, which is forked from Ubuntu 22.04.
The following is my java version environment:
openjdk version "11.0.15" 2022-04-19
OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1)
OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1, mixed mode, sharing)
(com.sun.star.uno.RuntimeException){{Message = "[JavaVirtualMachine]: An unexpected error occurred while searching for Java, 11 ./stoc/source/javavm/javavm.cxx:654", Context = (com.sun.star.uno.XInterface)@0}}
I am using Pop!_OS 22.04 LTS, which is forked from Ubuntu 22.04.
The following is my java version environment:
openjdk version "11.0.15" 2022-04-19
OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1)
OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1, mixed mode, sharing)
For me work following proceedure under ubuntu 22.04
1. install libreoffice-java: `sudo apt install libreoffice-java-common`
2. restart computer
3. manual install zotero plugin (actually i copied it before into downloads folder)
Hope that helps,
Boerny
Boerny solved the problem! Thanks!