Skip to content

Building simpleMVC example (Windows)

CrazyFlasher edited this page May 14, 2018 · 3 revisions
  1. Install ANT
  2. Specify environment variables:
  • JAVA_HOME - path to JDK (also add to PATH)
  • ANT_HOME - path to ant.bat (also add to PATH)
  1. Open CMD and target to /domwires/examples/simpleMVC folder
  2. Type ant and build process will start
  3. When build finish with success result, swf will appear here: domwires/examples/simpleMVC/out/
Clone this wiki locally