mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 10:46:19 +00:00
baa626e327
Java Runtime Environment 8 for Blu-ray Disc Java menus from Azul Systems. Also includes libbluray-j2se-*.jar file.
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
# point to folder with jre
|
|
export JAVA_HOME="/storage/.kodi/addons/tools.jre.zulu"
|
|
|
|
# libbluray-*.jar in this folder (need / at the end)
|
|
export LIBBLURAY_CP="/storage/.kodi/addons/tools.jre.zulu/"
|
|
|
|
# or set file directly
|
|
# export LIBBLURAY_CP="/storage/.kodi/addons/tools.jre.zulu/libbluray-j2se-1.0.2.jar"
|