I need to execute a batch file which executes another Java application. I don't care whether it executes successfully or not and I don't have to capture any errors.
Is it possible to do this with ProcessBuilder? What are the consequences if I do not capture errors?
However, my requirement is just to execute another Java application.