From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FrJPX-0003r0-72 for qemu-devel@nongnu.org; Fri, 16 Jun 2006 14:51:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FrJPV-0003pz-AA for qemu-devel@nongnu.org; Fri, 16 Jun 2006 14:51:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrJPV-0003pw-8T for qemu-devel@nongnu.org; Fri, 16 Jun 2006 14:51:13 -0400 Received: from [64.233.166.178] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrJZB-0004bL-9D for qemu-devel@nongnu.org; Fri, 16 Jun 2006 15:01:13 -0400 Received: by py-out-1112.google.com with SMTP id d42so564638pyd for ; Fri, 16 Jun 2006 11:51:12 -0700 (PDT) Message-ID: Date: Fri, 16 Jun 2006 14:51:12 -0400 From: "Christian Bourque" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] Re: VMware Player Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > > In the development version of my Java frontend for QEMU (JQEMU) I've > > already integrated the Java VNC client from TightVNC and it works like > > a charm without any speed overhead! And it feels just like VMWare... > > > > Since Java is already available for a large variety of platforms this > > wouldn't require a big porting effort... > > > > Christian > This gets my vote. Have you tried a compile to native with gcj for those > who don't have/want to have the Java VM installed? > Hi Tim! The last time I tried to compile JQEMU with gcj I had some errors because the Swing API wasn't fully supported by gcj. But that was a long time ago and I read that the gcj team have made significant progress since then so I'll give it another shot this weekend! Christian