I was hoping to write a Java program that could pull information from the result of the program EVA2H1(http://www.lsv.ens-cachan.fr/Software/evatrans2/) and input it into the theorem prover such as SPASS.
I've found classes that can open other programs and read from files but not necessarily work with other programs. Even hard coding it to work with specific programs would be fine. I was considering using InputStream but wouldn't be sure how to go about integrating it.
Can anyone throw any pointers?
I was originally trying to make everything work as one program by writing everything in the same language OCaml but found that complicated since I wasn't used to that so I'm trying a different approach now.