View Single Post
Old 10th November 2020, 04:46   #543  |  Link
DanTheMann15
Registered User
 
DanTheMann15's Avatar
 
Join Date: Aug 2019
Location: Pennsylvania
Posts: 23
Quote:
Originally Posted by nuraman00 View Post
Now the Blu Ray plays, but I'm getting this error:

This Blu-ray disc requires Java for menus support.Java was not found on your system.
The disc will be played without menus.

I have java installed here:

C:\Program Files\Java\jdk-12.0.1
Quote:
Originally Posted by Emulgator View Post
You may try to uninstall Jave from its preferred location and reinstall Java in an unprotected folder.
Works nicely here:
C:\_PROG\Java\
That's not really the solution, you need to set your JAVA_HOME Environment variable to your java install path
which as you said, appears to be "C:\Program Files\Java\jdk-12.0.1".

Before i begin, you should really consider getting OpenJDK 11 (LTS), and downloading just the JRE.
Java 12 is obsolete now and newer java versions add changes that might break libbluray.

and most importantly, you should update your installation of VLC to the latest version.


you can set your JAVA_HOME variable by:

1. Right-click the My Computer icon on your desktop and select Properties.
2. Click the Advanced tab, then click the Environment Variables button.
3. Under System Variables, click New.
4. Enter the variable name as JAVA_HOME.
5. Enter the variable value as the installation path of Java.
6. Click "OK" and then click "Apply Changes"

after that i recommend restarting the PC (you don't have to though), and you should be good to go!
DanTheMann15 is offline   Reply With Quote