I have found that filebot is very slow on my Vero 4k so I decided to install Oracle Java 8 instead of openJDK.
I followed instructions and installed it from PPA through oracle-java8-installer.
All went fine with no errors, but now when I type Java -version, I get:
bash: /usr/bin/java: No such file or directory
I tired to set the alternatives, but couldn’t help…
Any advice would be appreciated. It is very frustrating.
Take note of the Version no. which you’ll need later. In this example it is 8u131 Copy it somewhere to your Veros home folder (using Samba, FTP, it doesn’t matter). In the following I assume you placed it under ~/sources/jdk
Run this from the command line:
cd ~/sources/jdk
tar -zxf jdk-8u131-linux-arm32-vfp-hflt.tar.gz
mkdir /opt/jre
We are only interested in the runtime environment JRE, so we’re only installing this and dump the rest. Note that the directory contains the version no. You have to adjust this with the one you wrote down.
Hi Sam, yes, the performance improves dramatically. Filebot is useless with OpenJDK on Vero 4k.
I would describe it with another analogy: the gaming performance of proprietary vs open drivers of videocard on Linux.