How to use AIR 2.0 NativeProcess API with Java?

Posted by dede on Stack Overflow See other posts from Stack Overflow or by dede
Published on 2010-06-18T01:03:08Z Indexed on 2010/06/18 1:13 UTC
Read the original article Hit count: 363

Filed under:
|
|
|
|

How do you use this great new API in connection with Java? Do you use just pure native process API like nativeProcess.standardInput.write() and nativeProcess.standardOutput.read() with which you cannot debug Java side neither invoke remote java method. Or you are using some library that leverages remote method invocation such as flerry lib but that also cannot debug Java side? Or maybe you are using Merapi with which you can debug but cannot remotely invoke Java method? I'm asking this because this is maybe the most important question regarding this API and its ease of use.

© Stack Overflow or respective owner

Related posts about flex

Related posts about air