Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 97357 invoked from network); 7 Oct 2007 21:47:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Oct 2007 21:47:12 -0000 Received: (qmail 70894 invoked by uid 500); 7 Oct 2007 21:46:54 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 70858 invoked by uid 500); 7 Oct 2007 21:46:54 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 70847 invoked by uid 99); 7 Oct 2007 21:46:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 14:46:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 21:46:56 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id E702271C09F; Sun, 7 Oct 2007 14:46:05 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id D570D71C021 for ; Sun, 7 Oct 2007 14:46:05 -0700 (PDT) Date: Sun, 7 Oct 2007 14:46:05 -0700 (PDT) From: Chris Hostetter To: java-user@lucene.apache.org Subject: Re: got stuck in running lucene demo In-Reply-To: <13064913.post@talk.nabble.com> Message-ID: References: <13064913.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : java org.apache.lucene.demo.IndexFiles {full-path-to-lucene}/src : : i dont know from which directory i have to execute this command. it doesn't matter which directory you run it from -- that's why it says "{full-path-to-lucene}". as long as you set your CLASSPATH up like the previous step said, then you can run that command anywhere you want, just keep in mind what it's going to do... "This will produce a subdirectory called index which will contain an index of all of the Lucene source code." ...so that "index" directory will be in your current working directory -- so make sure you have write permisions for your current working directory. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org