Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 37747 invoked from network); 28 Aug 2007 23:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2007 23:05:23 -0000 Received: (qmail 40288 invoked by uid 500); 28 Aug 2007 23:05:19 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 40046 invoked by uid 500); 28 Aug 2007 23:05:18 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 40037 invoked by uid 99); 28 Aug 2007 23:05:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 16:05:18 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.119.192.4] (HELO mx2.isti.cnr.it) (194.119.192.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 23:06:08 +0000 Received: from conversionlocal.isti.cnr.it by mx.isti.cnr.it (PMDF V6.3 #31251) id <01MKPK8J9WFK96VSP6@mx.isti.cnr.it> for dev@felix.apache.org; Wed, 29 Aug 2007 01:04:06 +0200 Received: from [192.168.1.15] ([151.23.182.43]) by mx.isti.cnr.it (PMDF V6.3 #31251) with ESMTPSA id <01MKPK8I9CNY96VSML@mx.isti.cnr.it> for dev@felix.apache.org; Wed, 29 Aug 2007 01:04:05 +0200 Date: Wed, 29 Aug 2007 01:04:04 +0200 From: Stefano Lenzi Subject: Re: Felix Shell TUI and JLine In-reply-to: <46D41DF1.9090402@ungoverned.org> To: dev@felix.apache.org Message-id: <46D4A9E4.8070708@interfree.it> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.13 (X11/20070824) X-INSM-ip-source: 151.23.182.43 Auth Done References: <46D35DCE.8020604@interfree.it> <46D41DF1.9090402@ungoverned.org> X-Virus-Checked: Checked by ClamAV on apache.org Richard S. Hall wrote: > What sort of requirements does it have on platform, resources, etc? Anyone can find more information on: http://jline.sourceforge.net/ By looking at the pom it seems that JLine rely on standard JRE 1.3, and even if it's not pure Java it runs on Linux, Mac OS X and Windows. For windows it loads an internal DLL and on the other platform it uses the stty command. Stefano "Kismet" Lenzi