hi,
can you help me for installing java 8 on my vero 4k for use filebot plz
and can i open the 80 port ? how ?
thx
hi,
can you help me for installing java 8 on my vero 4k for use filebot plz
and can i open the 80 port ? how ?
thx
There’s no firewall on the Vero 4K by default, so Port 80 will be open when you have a service running on it.
You can install Java 8 as you would on any other OSMC device. A search should help here. Unfortunately as we found earlier, it seems that Filebot requires X11 to run
on my raspberry i have jdk1.8.0
java version “1.8.0_121”
Java™ SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot™ Client VM (build 25.121-b13, mixed mode)
i have transfer directory jdk1.8.0 of my raspberry to my vero and the -version is not the same result … why ? its the same version of java …
java version “1.7.0_121”
OpenJDK Runtime Environment (IcedTea 2.6.8) (7u121-2.6.8-2~deb8u1)
OpenJDK Zero VM (build 24.121-b00, interpreted mode)
Try update-alternatives or use full path
There is a step by step install of jdk8 in [HowTo] Make your own Minecraft server pi2/3
It’s for pi2/3, but the same procedure worked for my Vero4k
if you tape java -version, what is the result ?
java version “1.8.0_121”
Java™ SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot™ Client VM (build 25.121-b13, mixed mode)
After running my step by step, but you have to keep track of the version number
what do you have in /usr/lib/jvm ?
Dont have a /usr/lib/jvm, I’ve instaleld it in /usr/local as said in the step by step
/usr/lib/jvm
is not the install directory
i follow step by step and when i run java -version
i have
/usr/bin/java: No such file or directory
root@osmc:/etc# ls -ltr /usr/bin/java
lrwxrwxrwx 1 root root 22 Mar 13 18:45 /usr/bin/java -> /etc/alternatives/java
ok my problem its because i download the 64 bit version
uname -a
Linux osmc 3.14.29-8-osmc #1 SMP Sat Feb 25 00:10:57 UTC 2017 aarch64 GNU/Linux
on 32 its ok
thx
Ok, didn’t think about that ran 32 bit myself