blob: 2738e5426cea52abdd76160abc3b812731709b78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<html>
<head>
<title>The Ivy java library</title>
</head>
<body>
<table width=100% border=0 cellpadding=0 cellspacing=0><tr><th colspan=3 align=center>
The Ivy java library guide</th></tr><tr>
<td width=10% align=left valign=bottom><a href="what.html">Prev</a></td>
<td width=80% align=center valign=bottom>
<td width=10% align=right valign=bottom><a href="first.html">Next</a></td>
</tr></table><hr>
<h1>The Ivy java library</h1>
<p><h2>What is it?</h2>
<p>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
<p>You can also use it to integrate any thread-safe java application.
<p>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.
<p>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)
<p><h2>Getting and installing the Ivy java library</h2>
You can get the latest versions of the Ivy C library from CENA
(<a href="http://www.tls.cena.fr/products/ivy/"
>http://www.tls.cena.fr/products/ivy/</a>). We plan to package it according
to different distribution formats, such as .msi (Windows), .deb (Debian) or
.rpm (Redhat).
<p>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.
<p>In order to test the presence of Ivy on your system once installed, run
the following command:
<pre>
$ java fr.dgac.ivy.TestIvy
</pre>
<p><hr><table width=100% border=0 cellpadding=0 cellspacing=0><tr>
<td width=33% align=left valign=top><a href="what.html">Prev</a></td>
<td width=34% align=center valign=top><a href="index.html">Home</a></td>
<td width=33% align=right valign=top><a href="first.html">Next</a></td>
</tr><tr>
<td width=33% align=left valign=top>What is Ivy?</td>
<td width=34% align=center valign=top> </td>
<td width=33% align=right valign=top>Your first Ivy application</a></td>
</tr></table>
</body>
</html>
|