Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CF49184A6 for ; Thu, 3 Dec 2015 22:50:59 +0000 (UTC) Received: (qmail 30602 invoked by uid 500); 3 Dec 2015 22:50:57 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 30551 invoked by uid 500); 3 Dec 2015 22:50:57 -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 Delivered-To: moderator for java-user@lucene.apache.org Received: (qmail 1099 invoked by uid 99); 3 Dec 2015 22:05:23 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.515 X-Spam-Level: *** X-Spam-Status: No, score=3.515 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, KAM_LAZY_DOMAIN_SECURITY=1, NML_ADSP_CUSTOM_MED=1.2, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Date: Thu, 3 Dec 2015 14:57:30 -0700 (MST) From: jerrittpace To: java-user@lucene.apache.org Message-ID: <1449179850011-4243489.post@n3.nabble.com> Subject: lucene classpath MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am trying to set the classpath for the lucene jars I have tried many different variations of the following: java -classpath C:\Users\User5\Documents\lucene\lucene-5.3.1\demo\lucene-demo-5.3.1.jar;C:\Users\User5\Documents\lucene\lucene-5.3.1\core\lucene-core-5.3.1.jar org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}/src That code is similar to the commands I have found in the various examples i've found on the web addressing this sort of issue. I also tried java -classpath C:\Users\User5\Documents\lucene\lucene-5.3.1\demo\lucene-demo-5.3.1.jar;C:\Users\User5\Documents\lucene\lucene-5.3.1\core\lucene-core-5.3.1.jar org.apache.lucene.demo.IndexFiles -docs {C:\Users\User5\Documents\lucene\lucene-5.3.1}/src The lucene site at https://lucene.apache.org/core/2_9_4/demo.html basically just says "Put both of these files in your Java CLASSPATH." I am not able to solve this concern as of now, and so I would really appreciate any help I can find to steer me in the right direction to solve this problem. Thank you in advance for your help!! -- View this message in context: http://lucene.472066.n3.nabble.com/lucene-classpath-tp4243489.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org