Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download and install following:

  • Java SE Development Kit (http(see README for version requirements; https://wwwfoojay.oracle.comio/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmldownload/ can help to find a JDK)
  • IDE - NetBeans  recommended recommended (note: if you install NetBeans you are ready to go since you'll also get bundled Ant and GIT, so no further installation and configuration will be required, so you can continue from Getting Started section)
  • Apache Ant (https://ant.apache.org/)
  • GIT (https://git-scm.com/downloads)

Following instructions  assume assume that you already have an account on on https://github.com and you are familiar with basic GIT operations as fork (making copy of project under your account) and clone (making your local development copy)

...