I am using a really old Java version and i am missing a lot of classes. The system runs on an embedded platform. There is a class to execute system commands, but the output from the command is discarded. Is there anyway to cache or get this output another way?
There is another java application that is not coded by us that we interact with. This application starts a test and output the results in the shell. We are not able to edit the source code of that application.
Any suggestions?
You can check ProcessBuilder to run system commands.