It is not necessary to install java.In ubuntu add next lines in /etc/profile file
/etc/profile
export JAVA_HOME=/opt/traccar/jre export PATH=$JAVA_HOME/bin:$PATH
thensource /etc/profileTest java version with next command: java -version
source /etc/profile
java -version
It is not necessary to install java.
In ubuntu add next lines in
/etc/profile
filethen
source /etc/profile
Test java version with next command:
java -version