Linux Kodi can't find Java under Ubuntu - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: Linux Kodi can't find Java under Ubuntu (/showthread.php?tid=373241) |
Kodi can't find Java under Ubuntu - PeteTheBeat - 2023-05-21 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: Code:
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 RE: Kodi can't find Java under Ubuntu - izprtxqkft - 2023-05-21 this is quite old but i wonder if this method still works - https://forum.kodi.tv/showthread.php?tid=340269 (2019-02-04, 16:35)wsnipex Wrote: why oracle java 11? RE: Kodi can't find Java under Ubuntu - PeteTheBeat - 2023-05-21 I tried that, even removing java and reinstalling it using that command, but to no success. Playing the disc directly is no problem, only the menu is not able to open. EDIT: Turns out Ubuntu 22 comes with an old libbluray version. Reinstalling as Ubuntu 23 and on top of that installing openjdk 11 allows VLC to play the discs without problem and Kodi doesn't complain about missing Java. But it still just crashes instead of displaying the menu. So somehow VLC is able to play it while Kodi says: "Playback failed - One or more items failed to play. Check the log ..." Now for fun I have taken a log and pasted it, maybe somebody can figure out what's wrong here: zoquqefuni.kodi (paste) All I can see that relates to this issue is: Code: 2023-05-22 01:53:10.504 T:4213 error <general>: Open - error probing input format, /media/test/GROUNDHOG_DAY/BDMV/index.bdmv But I don't really know what issue Kodi could have. As a side-note, I am using makemkv for the playback, maybe Kodi has an issue here? |