I/O between AIR client using Native process and executable java .jar
- by aseem behl
I am using Adobe AIR 2.0 native process API to launch a java executable jar. I/O is handled by writing to the input stream of the java process and reading from the output stream.
The application is event based where several events are fired from the server. We catch these events in java code, handle them and write the output to the outputstream…