The pre-compiled releases are built on the RaspberryPi 3B+ located [here](https://gitlab.borgnet.us:8443/sgrayban/raspberrypi.monitor/releases).
**!NOTE!!**They may not work on other boards.
**!NOTE!!**You can use OpenJDK to run it but not to compile it..
# Pre-requisites
*[Oracle JDK 8 Linux ARM 32 Hard Float ABI](http://sgrayban.borgnet.online:8081/raspberrypi.monitor/oracle-java8-jdk_8u65_armhf.deb) - ```apt install oracle-java8-jdk```**Required to compile**
*[Download the Oracle JDK 8 Linux ARM 32 deb](http://sgrayban.borgnet.online:8081/raspberrypi.monitor/oracle-java8-jdk_8u65_armhf.deb) - ```dpkg -i oracle-java8-jdk_8u65_armhf.deb```**Required to compile**
*[Maven 3x](https://maven.apache.org/download.cgi) - ```apt install maven```**Required to build**