A Simple Wrapper for Starting Processes from Java
Categories: Java
Sometimes it is necessary, from within a Java application, to start an external process on the host operating system.
The facilities for this in the standard Java library are fairly primitive. There are some full-featured libraries that help with this case, but I have recently developed a simple alternative (just a few classes); you can read about it here.