Hello!
A development version of the java bindings I've been working on are
available at :
http://tiger.3ginformatika.hu/java-libvirt.tgz
I'd appreciate your feedback on it.
Building:
Have java/gcc set up correctly through alternatives ( I use jpackage sun
java 1.5.0 on Fedora 7 x86_64)
Fix the include path in jni/Makefile
run build.sh
You should have the .so and .jar files built, and see the output from
the basic test program.
Using: See the test in build.sh
Note:
It's meant to be a thin translation layer on top of libvirt.
The object model is similar to the python one.
All error handling is done exclusively through exceptions.
No documentation yet, but It's pretty self-explanatory.
The build system is very primitive, I just hacked together something to
build it outside my eclipse devel environment.
The bindings are pretty complete, but minimally tested.
License is LGPL.
Best regards
István