I create a Process using the java.lang.ProcessBuilder. The target is an exe-file(using windows here) with some arguments.
This process is very CPU intensive, so I wan't it to run at low priority.
Is there a way to do this from java?
System independent solution would be better but Windows would do.
It is important, that it is started without a window.