pe, 2021-01-22 kello 16:54 -0300, Vitor Dall'Acqua kirjoitti: > I have not tried to build Java from source. > The version used by Termux, can be found as pre compiled and source > here: > https://github.com/Hax4us/java/releases/download/v8/jdk8_aarch64.tar.gz > > I can give a go with Kodi, which is what I'm familiar with, to git > clone the latest changes from libbluray, add the lib/arm/client to it > and add the files from that archive linked here. > Does it still need a bin folder inside? is the structure correct > there?
Structure seems to be normal. I think you need only files from /jdk8/jre/ and maybe from /glib/ (?). JAVA_HOME would point to .../jdk8/ or .../jdk8/jre/. Or, you could try if simply symlinking .../jdk8/jre/lib/aarch64/server/libjvm.so next to libbluray.so works. The files in top-level bin folder are wrapper scripts. Looking at those, you may need to set LD_LIBRARY_PATH so that libraries from /glib can be found. But I don't know if JVM needs those, or if those are only used with some of the applications. _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
