-
Notifications
You must be signed in to change notification settings - Fork 24
/
INSTALL
28 lines (21 loc) · 917 Bytes
/
INSTALL
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
The current build procedure is based on ant. You can build
the code by
cd libvirt-java
ant build
Type in ant -projecthelp to see all the tasks you can execute
with the build script.
There is a build.properties file which controls the build process. The
main item you may need to change in this file is the jars.dir
property. This property should point to a directory which contains
the junit.jar and jna.jar files.
You will need a Java Development Kit accepting the version 1.6
of the language since the bindings use enums as well as the new
for loop syntax
You can select the Java Development Kit by using the JAVA_HOME
environment variable. This can be useful if you have multiple
JDK installed or if it is installed in a non standard path.
Please report any compatibility problem to the libvirt
mailing list at:
https://www.redhat.com/mailman/listinfo/libvir-list
Bryan Kearney