1
The current build procedure is based on ant. You can build
2
the code by
3
	cd libvirt-java
4
	ant build
5
	
6
Type in ant -projecthelp to see all the tasks you can execute
7
with the build script.
8
9
There is a build.properties file which controls the build process. The
10
main item you may need to change in this file is the jars.dir 
11
property. This property should point to a directory which contains 
12
the junit.jar and jna.jar files.
13
14
You will need a Java Development Kit accepting the version 1.6
15
of the language since the bindings use enums as well as the new 
16
for loop syntax
17
18
You can select the Java Development Kit by using the JAVA_HOME 
19
environment variable. This can be useful if you have multiple 
20
JDK installed or if it is installed in a non standard path.
21
22
Please report any compatibility problem to the libvirt
23
mailing list at:
24
 https://www.redhat.com/mailman/listinfo/libvir-list
25
26
27
Bryan Kearney
28
bkearney@redhat.com