Apache Commons Exec

Java library to help you with your work
Download

Apache Commons Exec Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Apache Software Foundation
  • Operating Systems:
  • Windows All
  • File Size:
  • 672 KB

Apache Commons Exec Tags


Apache Commons Exec Description

Apache Commons Exec is an Open Source library that's been built to reliably execute external processes from within the JVM. 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. Reliably executing external processes can also require knowledge of the environment variables before or after the command is executed. In J2SE 1.1-1.4 there is not support for this, since the method, System.getenv(), for retriving environment variables is deprecated. There are currently several different libraries that for their own purposes have implemented frameworks around Runtime.exec() to handle the various issues outlined above.


Apache Commons Exec Related Software