Paketname | libcommons-launcher-java |
Beschreibung | cross platform java application launcher |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.1-5 |
Sektion | universe/libs |
Priorität | optional |
Installierte Größe | 828 Byte |
Hängt ab von | default-jdk | java1-runtime | java2-runtime, libcommons-collections-java, libcommons-logging-java |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 133412 Byte |
Prüfsumme MD5 | df688a075b0fd50e3dda69a7031f912a |
Prüfsumme SHA1 | 118014c0f2cbb4206f7f17a08fdd99c966089e25 |
Prüfsumme SHA256 | 6340b4a37d0e8a8e663f5c8af91132ef28a7d5774d949d233887fdd96d664aaf |
Link zum Herunterladen | libcommons-launcher-java_1.1-5_all.deb |
Ausführliche Beschreibung | Commons-launcher eliminates the need for a batch or shell script to
launch a Java class. Some situations where elimination of a batch or
shell script may be desirable are:
.
* You want to avoid having to determining where certain application
paths are e.g. your application's home directory, etc. Determining this
dynamically in a Windows batch scripts is very tricky on some versions
of Windows or when softlinks are used on Unix platforms.
.
* You want to avoid having to handle native file and path separators
or native path quoting issues.
.
* You need to enforce certain system properties
e.g. java.endorsed.dirs when running with JDK 1.4.
.
* You want to allow users to pass in custom JVM arguments or system
properties without having to parse and reorder arguments in your
script. This can be tricky and/or messy in batch and shell scripts.
.
* You want to bootstrap system properties from a configuration file
instead hard-coding them in your batch and shell scripts.
.
* You want to provide localized error messages which is very tricky
to do in batch and shell scripts.
.
This is a part of the Apache Commons Project.
|