Java Runtime Kubuntu 18.04 LTS to get Blu-Ray Menu in VLC

as you might have guessed from the topic, I am searching for a way to get Blu-Ray Menus working in VLC. I am running on Kubuntu 18.04 LTS 64bit. In order to play Blu-Ray discs I installed MakeMKV and use its codec as an input for VLC. This works.

I have installed:

  • VLC latest 64bit
  • Oracle Java from linuxuprising which is supposed to be 64bit (according to the sources), it is set as default
  • I removed all other JDKs and JREs

Still VLC tells me that no disc menus are available due to no java found.

What am I missing?

Thanks! Sebastian

1

2 Answers

  1. Install the Blu-ray Java module

    sudo apt-get install libbluray-bdj libbluray-bin
  2. Restart VLC

3
  1. Install the Java 8 (a later version seems to be a problem) and Blu-ray Java module
 sudo apt-get install openjdk-8-jdk libbluray-bdj libbluray-bin
  1. Restart VLC
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like