Search code examples
javaapache-flexairnativenative-methods

Adobe Air Native Process with Java


Does Adobe Air Native process only allows to call .exe file only which runs a java class ?

And not accessing a certain method in the java class?


Solution

  • You can run java applications by running java.exe with native process and passing appropriate arguments.
    See Running java from cmd.