JaToo Exec

A free open source Java library created to ease the work with external processes execution.

Usage

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);

Please check the tutorial for more and detailed examples.

Download ( Version 4.0, July 28, 2014 )

Binaries

Sources

Other releases can be obtained from the project section files on SourceForge.net

Contact

Licensing

Copyright (C) Cristian Sulea ( http://cristian.sulea.net )

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.