Executing external processes from Java is a well-known problem area.
It is inheriently platform dependent and requires the developer to know
and test for platform specific behaviors, for example using cmd.exe on
Windows or limited buffer sizes causing deadlocks. The JRE support
for this is very limited, albeit better with the new Java SE 1.5 ProcessBuilder class.
The package shall create and maintain a process execution package
written in the Java language to be distributed under the ASF license.
The Java code might also be complemented with scripts (e.g. Perl scripts)
to fully enable execution on some operating systems. The package should aim
for supporting a wide range of operating systems while still having a consistent
API for all platforms.
JAR File Size and Download Location:
File name: commons-exec.jar, commons-exec-1.1.jar
File size: 52543 bytes
Date modified: 08-Oct-2010
Download:
Manifest of the JAR:
Archiver-Version: Plexus Archiver
Built-By: sgoeschl
Build-Jdk: 1.6.0_20
Implementation-Title: Commons Exec
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.1
Specification-Title: Commons Exec
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.1
X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3
Export-Package: org.apache.commons.exec.launcher;version="1.1",org.apa
che.commons.exec.util;version="1.1",org.apache.commons.exec.environme
nt;version="1.1",org.apache.commons.exec;version="1.1"
Tool: Bnd-0.0.255
Bundle-Name: Commons Exec
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 1.1
Bnd-LastModified: 1286568024363
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: A library to reliably execute external processes f
rom within the JVM
Bundle-SymbolicName: org.apache.commons.exec
Bundle-DocURL: http://commons.apach |