Re: [Libvir] Java bindings

2007-09-21 Thread Daniel Veillard
On Wed, Sep 19, 2007 at 08:18:11PM +0200, Tóth István wrote: > A new version is available at > http://tiger.3ginformatika.hu/java-libvirt-0.1.tgz > > Changes: > -Javadoc documentation > -Some fields weren't marked public > -Minor consistency fixes > -No new functionality I have started looking

Re: [Libvir] Java bindings

2007-09-19 Thread Tóth István
A new version is available at http://tiger.3ginformatika.hu/java-libvirt-0.1.tgz Changes: -Javadoc documentation -Some fields weren't marked public -Minor consistency fixes -No new functionality regards István Tóth István wrote: Hello! A development version of the java bindings I've been work

Re: [Libvir] Java bindings

2007-09-14 Thread Tóth István
It should, its basically the open sourced SUN JVM. However, you'll probably need the java-1.7.0-icedtea-devel package, too for the javac compiler and the JNI includes. regards István Richard W.M. Jones wrote: Tóth István wrote: Hello! A development version of the java bindings I've been w

Re: [Libvir] Java bindings

2007-09-14 Thread Richard W.M. Jones
Tóth István wrote: 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 F

Re: [Libvir] Java bindings

2007-09-13 Thread Tóth István
I think that any 1.5.0 or later java will do, but the specific packages I use are: java-1.5.0-sun-1.5.0.10-2jpp java-1.5.0-sun-devel-1.5.0.10-2jpp java-1.5.0-sun-src-1.5.0.10-2jpp java-1.5.0-sun-fonts-1.5.0.10-2jpp java-1.5.0-sun-alsa-1.5.0.10-2jpp java-1.5.0-sun-demo-1.5.0.10-2jpp These are bu

Re: [Libvir] Java bindings

2007-09-13 Thread Daniel Veillard
On Wed, Sep 12, 2007 at 08:37:33PM +0200, Tóth István wrote: > Hello! > > A development version of the java bindings I've been working on are > available at : > > http://tiger.3ginformatika.hu/java-libvirt.tgz Excellent, I'm just not able to look at it right now, I will try to review it ov