DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibcommons-exec-java
Beschreibunga library to reliably execute external processes from within the JVM
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.0.1-1
Sektionjava
Prioritätoptional
Installierte Größe116 Byte
Hängt ab vondefault-jre-headless | java2-runtime-headless
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quellecommons-exec
Paketgröße40274 Byte
Prüfsumme MD5bf1205b87f3c35acd12fd09b82d7386f
Prüfsumme SHA1ad0fe0ef99689e62ea97b814aef585ac77b03b32
Prüfsumme SHA256093ec3c4d59cffc0213102ad40cbab556bed25196508797c98d92f6b1334c0f8
Link zum Herunterladenlibcommons-exec-java_1.0.1-1_all.deb
Ausführliche BeschreibungExecuting external processes from Java is a well-known problem area. It is inherently 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. . 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 no support for this, since the method, System.getenv(), for retrieving 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. The commons-exec package aims at coordinating and learning from these initiatives to create and maintain a simple, reusable and well-tested package.


Impressum
Linux is a registered trademark of Linus Torvalds