Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix playerglobal.swc path

...

Now you just need to create folders to hold the player global file, and download the expected version:

Panel

mkdir -p frameworks/libs/player/11.1/

wget http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_1.swc -O frameworks/libs/player/11.1/playerglobal.swc

And finally verify that the Apache Flex compiler runs.

Panel
bin/mxmlc

You should see output like

Panel

Loading configuration file.........apache-flex-sdk-4.12.0-bin/frameworks/flex-config.xml

Apache Flex Compiler (mxmlc)

Version 4.12.0 build 2014-01-30_14-25-53

Copyright 2013 The Apache Software Foundation.

Error: a target file must be specified

Use 'mxmlc -help' for information about using the command line.

Install AIR on Debian based distributions (such as Ubuntu)

...