From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tupshin Harper Subject: Re: [PATCH] sHype access control architecture for Xen Date: Tue, 21 Jun 2005 03:56:14 -0700 Message-ID: <42B7F24E.9030100@tupshin.com> References: <1119288179.17919.31.camel@secureip.watson.ibm.com> <9cde8bff05062022475468b1c9@mail.gmail.com> <42B7B300.6090903@tupshin.com> <9cde8bff0506210035158853af@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9cde8bff0506210035158853af@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: aq Cc: xen-devel@lists.xensource.com, ronpz@us.ibm.com, leendert@us.ibm.com, rvaldez@us.ibm.com, sailer@us.ibm.com, xense-devel@lists.xensource.com, Reiner Sailer , stefanb@us.ibm.com, steven.hand@cl.cam.ac.uk List-Id: xen-devel@lists.xenproject.org aq wrote: >On 6/21/05, Tupshin Harper wrote: > > >>aq wrote: >> >> >> >>>any plan to write the tool in other language, not Java? i guess not >>>many people (include me) are willing to install Java on their system. >>> >>>since python is used in xen, i think it is a good candidate. >>> >>>i will play with the code and give some feedbacks. >>> >>>regards, >>>aq >>> >>> >>> >>Ensuring that the code compiles cleanly with gcj would eliminate this issue. >> >> > >but we still need java to run the binary code, dont we? > >regards, >aq > > No. GCJ can make native binaries (even statically linked ones) with no unusual dependencies. -Tupshin