Вопрос

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?

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top