2023-05-21, 13:30
Hi everyone,
After years of running Kodi using Libreelec I am currently installing it (Kodi 20.1) on a Ubuntu 22.04.2 LTS 64bit PC.
I am however stuck on one point: I can't seem to be ale to get java menus for BD to work.
Whenever I set the setting under Player -> Disks -> Use BlueRay Menu it says that it can't find java.
However, both the JRE and JDK are installed:
Any idea what is wrong here?
The log seems utterly useless, all it says is "debug <general>: DiscSettings - Could not load the java vm."
Any help would be appreciated
After years of running Kodi using Libreelec I am currently installing it (Kodi 20.1) on a Ubuntu 22.04.2 LTS 64bit PC.
I am however stuck on one point: I can't seem to be ale to get java menus for BD to work.
Whenever I set the setting under Player -> Disks -> Use BlueRay Menu it says that it can't find java.
However, both the JRE and JDK are installed:
Code:
$ javac -version
javac 18.0.2-ea
$ java -version
openjdk version "18.0.2-ea" 2022-07-19
OpenJDK Runtime Environment (build 18.0.2-ea+9-Ubuntu-222.04)
OpenJDK 64-Bit Server VM (build 18.0.2-ea+9-Ubuntu-222.04, mixed mode, sharing)
$ echo $JAVA_HOME
/usr/lib/jvm/java-18-openjdk-amd64/bin/
Any idea what is wrong here?
The log seems utterly useless, all it says is "debug <general>: DiscSettings - Could not load the java vm."
Any help would be appreciated