In Flex, how can I have the program execute something through a terminal? Basically, I want to fire up a Java application to run some tasks taking parameters generate by the Flex app.
Any advice? I'd imagine it's something simple, but I'm not sure what to search for to find this.

