Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top