A free open source Java library created to ease the work with external processes execution.
Features
- CommandExecutor executor = new CommandExecutor();
- executor.exec("mvn clean");
- executor.exec("dir", System.out);
- executor.exec("dir >> list.txt", new File("C:\\Temp"));
- executor.exec("dir", new File("C:\\Temp"), System.out);
Categories
LibrariesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow JaToo Exec
Other Useful Business Software
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JaToo Exec!