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
Forever Free Full-Stack Observability | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JaToo Exec!