Command Line Tutorial - rwth-acis/las2peer-template-project GitHub Wiki

  • Go to the template project on GitHub
  • Click "Download ZIP"
  • Extract the files and open the folder
  • open a command line/terminal
  • run ant all
    • If you see BUILD SUCCESSFUL at the end of the output, everything works fine.
    • Otherwise you'll see BUILD FAILED, then something went wrong.

Possible issues:

  • If a java.security.InvalidKeyException appears, most likely the JCE Policy files are missing. Please follow the steps on the FAQ page.

  • Make sure you have Java 8 installed. Type java -version, on Windows the output should look like this:

    C:\WINDOWS\system32>java -version
    java version "1.8.0_77"
    Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)