From bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3 Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 16 Aug 2000 18:08:19 +0000 Subject: First version of java api guide. --- doc/html/guide/javalib.html | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 doc/html/guide/javalib.html (limited to 'doc/html/guide/javalib.html') diff --git a/doc/html/guide/javalib.html b/doc/html/guide/javalib.html new file mode 100644 index 0000000..2738e54 --- /dev/null +++ b/doc/html/guide/javalib.html @@ -0,0 +1,53 @@ + + + The Ivy java library + + + + + +
+ The Ivy java library guide
Prev + Next

+ +

The Ivy java library

+ +

What is it?

+

The Ivy J library (aka ivy-java) is a java package that allows you to + connect applications to an Ivy bus. You can use it to write applications + in java 1.1 +

You can also use it to integrate any thread-safe java application. +

The Ivy java library is known to compile and work in WindowsNT and Linux + environments. There are reported bugs for the java 2 jdk1.3 platform. + It should be easy to use on most java environments. +

The Ivy java library was originally developed by François-Régis Colin and + Yannick Jestin at CENA. It is maintained by a group at CENA (Toulouse, + France) + +

Getting and installing the Ivy java library

+ You can get the latest versions of the Ivy C library from CENA + (http://www.tls.cena.fr/products/ivy/). We plan to package it according + to different distribution formats, such as .msi (Windows), .deb (Debian) or + .rpm (Redhat). +

The package is distributed as a JAR file. In order to use it, either add + it in your CLASSPATH, or put the jar in your $JAVA_HOME/jre/lib/ext/ + directory, if you use a jdk1.2. The package contains the documentation, + the sources and the class files for the fr.dgac.ivy package. +

In order to test the presence of Ivy on your system once installed, run + the following command: +

+$ java fr.dgac.ivy.TestIvy
+  
+ +


+ + + + + + + +
PrevHomeNext
What is Ivy? Your first Ivy application
+ + -- cgit v1.1