Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top