Skip to content

Windows Development Setup

Jose Pinto edited this page Nov 25, 2015 · 6 revisions

#Windows Development Setup

##Required Software

  1. Oracle Java Development Kit version 8.0+ (get it from here)
  2. Apache Ant (get it from here)
  • You need to add it to the path of your system (System properties -> Environment Variables -> %Path%)
  • You need also to set the JAVA_HOME variable to where you installed the JDK. Example: set JAVA_HOME="c:\Programs\jdk1.8_56\"
  1. git (get it from here)
  • You'll have to choose to install git in the command line
  • You'll need to restart your computer in order to use it from the command line.
  1. Eclipse IDE (get it from here)

##C

Clone this wiki locally