Search code examples
apache-flexair

How to build a desktop apps using flex?


can anyone help me in building a desktop app that can compile java, c, c++ files and display the results using the flex app


Solution

  • Adobe AIR lets you create desktop applications based on Flex framework. As of AIR 2.0, you can run native processes from AIR. Thus you can call the corresponding compilers of java/c/c++ from your app and display the results using your pretty flex controls.