|
Da die folgenden Downloads vorwiegend für die "Community" sind, ist diese Seite auf Englisch gehalten.
Wir bitten um Ihr Verständnis.
For KJC:
- GNU Getopt
The parsing of the command line arguments of the is made with
gnu.getopt.
This is a port of the GNU getopt family of functions from C to Java based on the version
contained in glibc 2.0.6. For your convenience, a local copy can be found
here.
- JFlex
The lexical analysers are generated with JFlex,
a lexical analyzer generator (also known as scanner generator) for Java, written in Java.
For your convenience, a local copy can be found here. Please note that Kopi currently works only with JFlex 1.4.
For XKOPI:
- IBM Decimal Arithmetic for Java (Kopi Suite only)
The com.ibm.math.BigDecimal
class provides immutable arbitrary-precision decimal numbers.
The methods of the BigDecimal class provide operations for fixed
and floating point arithmetic, comparison, format conversions,
and hashing.
For VKOPI:
- JavaBeans Activation Framework
Binaries for the JavaBeans Activation Framework can be downloaded from
here.
You will need to add the activation.jar to your classpath.
- JavaMail API
Binaries for the JavaMail API can be downloaded from
here.
You will need to add the mail.jar to your classpath.
- Hylafax protocol for Java
The gnu.hylafax package is a pure-Java
implementation of the HylaFAX (FAX server) client protocol. The gnu.hylafax package si used to
implement a HylaFAX client that will run on any Java-supporting system. A local copy can be found
here.
|