Is there a way to make a Java program (on Windows) that just acts like a wrapper around PE (.exe), passing all the stdin input to the program and writing to output all the files that the PE issues.
I need this because the interface for the program only allows Java classes, but I want it to run some code that I compiled in C ++.
Thanks in advance.
edit: portability is important 0%. This is only needed to work on Windows and will never be needed to work anywhere else.
source
share