I have a .jar file which I can run from the Terminal on OS X, which takes input from the Terminal and yields output in the Terminal as well. Is it possible to incorporate this .jar file into an Eclipse Java project, where I can give the input within the Java project that goes to the .jar file and also receive the output as a String or something I can manipulate?
Thanks a lot.