Which version of Java required for the Traccar Latest version in Linux?

RichardN14 days ago

It is not necessary to install java.
In ubuntu add next lines in /etc/profile file

export JAVA_HOME=/opt/traccar/jre
export PATH=$JAVA_HOME/bin:$PATH

then
source /etc/profile
Test java version with next command: java -version