Re: [libvirt-users] Invoking virsh console from Java

2014-05-15 Thread Nagaraj Mandya
Hi Eric, I did check the libvirt Java bindings, but I did not find any way to access the console through the Java API. Is anybody aware of how this can be done using the Java API? -- Regards, Nagaraj On Fri, May 16, 2014 at 1:35 AM, Eric Blake wrote: > On 05/15/2014 11:34 AM, Nagaraj Mandya w

Re: [libvirt-users] Invoking virsh console from Java

2014-05-15 Thread Daniel P. Berrange
On Thu, May 15, 2014 at 11:04:09PM +0530, Nagaraj Mandya wrote: > Hello, > I have a Java application from which I am invoking the "virsh console" > command to access the console of a VM. I invoke the virsh command using > ProcessBuilder.start(). However, I am unable to communicate with the stdin

Re: [libvirt-users] Invoking virsh console from Java

2014-05-15 Thread Eric Blake
On 05/15/2014 11:34 AM, Nagaraj Mandya wrote: > Hello, > I have a Java application from which I am invoking the "virsh console" > command to access the console of a VM. I invoke the virsh command using > ProcessBuilder.start(). However, I am unable to communicate with the stdin > of the VMs conso