/ Published in: Java
URL: http://www.java-tips.org/java-se-tips/java.util/from-runtime.exec-to-processbuilder.html
Expand |
Embed | Plain Text
import java.io.*; import java.util.*; public class DoProcessBuilder { if (args.length <= 0) { } String line; while ((line = br.readLine()) != null) { } } }
You need to login to post a comment.
