java - ProcessBuilder keep process window from closing -


i using processbuilder execute program. when execute process program opens up, runs scripts , closes. keep program open after execute process. such thing possible?

code similar implementation in separate thread

processbuilder pb = new processbuilder("b32", "aess" ); pb.start(); 

of course inputstream , errors streams output console.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -