(2015-02-22, 12:47)Ace Wrote: Have a look athttps://github.com/ace20022/xbmc/commits/bdj . But haven't rebased for a while.
A lot of those are already in master kodi, as far as I can remember, not?
Furthermore, on linux there is no need to point to the external libbluray right, configure is doing that automatically.
Aka. it is not always using libbluray internal from kodi?
Hmz, interesting, I am currently reading this complete thread and there was something about java_path and th prefix where .jar should be installed.
Checked java_path -> empty, just fixed it. Tried again -> no luck.
Then uninstalled libbluray and compiled with prefix -> now kodi needs to be recompiled before testing. I am curious.
Before the prefix change I still had:
13:14:38 T:139863177287424 DEBUG: CDVDInputStreamBluray::Logger - bdj.c:385: BD-J check: Failed to load libbluray.jar
Update 1:
Just installed latest GIT with bdj in /usr and java_home.
Now I am getting errors on the BDJ menu's (Batman Begins (bdjo and JAR folder))
http://pastebin.com/5ZWw8pwb
Update 2:
Wanted to update my libbluray with latest changes, so I did a "make distclean", and what happend... I got an error ... YaY:
Code:
Error: JAVA_HOME is not defined correctly.
We cannot execute /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java/bin/java
This is something I can work with, it seemed the JAVA_HOME was too long, so I removed the bin/java and updated source. Now building again (make distclean was working after that change)
Update 3:
Still no luck...