I need to start the AIR app and execute files and programs from another language that is able to do that. I'm actually using java, which is working very well (with Merapi).
This app will be deploy on Windows, Mac and Linux. So java is, in my opinion, the best candidate to have a cross-platform deployment (well at least I know how to do it with java and it is working well). Consider the app not like an AIR app but like a real software that could have been built with SWT, like eclipse (portable). Romu Weyert de Boer wrote: > > No, I wouldn't use Java for this. This will increase the deployment size > of your product. Because you would need to have the Java runtime > installed. > >

