I have an application using jython2.1 and I need to run external applications, (lets say some .exe for now). I also need to capture the input and output such as logs from that program.
Jython 2.1 seems to not have the support for popen().
ANy idea how I do that , apart from depending on standard Java libraries? Just trying to explore different ways of doing that. Any small suggestion would be of great help for me Guys!!