You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
biggis-landuse is developed with scala for jdk 1.8, it is not compatible to java 10
if maven build fails with reflection issue it might be due to wrong java version. Please install Java 8: sudo apt-get install openjdk-8-jdk
and set it to higher priority than java 10: sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-8-oracle/jre/bin/java 1181
or change default: sudo update-alternatives --config java
see: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04
The text was updated successfully, but these errors were encountered:
biggis-landuse is developed with scala for jdk 1.8, it is not compatible to java 10
if maven build fails with reflection issue it might be due to wrong java version. Please install Java 8:
sudo apt-get install openjdk-8-jdk
and set it to higher priority than java 10:
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-8-oracle/jre/bin/java 1181
or change default:
sudo update-alternatives --config java
see: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04
The text was updated successfully, but these errors were encountered: