http://www.oracle.com/technetwork/java/ ... index.html
Note, OpenJDK may work, but is not supported here. If you have troubles, report it to them.
Install Maven3:
http://maven.apache.org/download.html
Clone the source with git:
https://github.com/FreeEMS/OpenLogViewer - Tested commits
https://github.com/fredcooke/OpenLogViewer - Latest back end stuff from me
https://github.com/BenFenner/OpenLogViewer - Latest UI stuff from Ben
You can figure out who has the latest bleeding edge code from this:
https://github.com/gufi/OpenLogViewer/network
NOTE: Downloading a zip/tarball of source will NOT work, the build will fail. You MUST use git to clone a repo.
Enter the source directory in a console and type:
Code: Select all
mvn -DskipTests