davep89 wrote: ↑16 Sep 2024, 02:38
where is Java-installer called?
which java will tell you where the
java binary is located on your system:
Console Output: Select all
$ ls -l `which java`
lrwxrwxrwx 1 admin administrators 51 Sep 11 10:31 /usr/bin/java -> /share/CACHEDEV1_DATA/.qpkg/java-installer/bin/java
davep89 wrote: ↑16 Sep 2024, 02:38
I figured the easiest way to fix this is to take out that call and set the path to a compatible version?
You are welcome to inspect the code. You will find all the interesting bits in the
/share/CACHEDEV1_DATA/.qpkg/java-installer/*.sh files. The problem is installing a compatible version to which you can set the path, which takes us
back to manually installing java which is - in my opinion - the easy solution, download, extract, export PATH, done. If your easy way takes more than 10 minutes that my easy way is easier.
davep89 wrote: ↑16 Sep 2024, 02:38
Its the installer failing, not Filebot itself.
The installer has successfully downloaded and installed the latest
java binaries. The
java binary fails when executed on your system.