Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 79227 invoked from network); 28 Sep 2009 08:56:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Sep 2009 08:56:03 -0000 Received: (qmail 54015 invoked by uid 500); 28 Sep 2009 08:56:02 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 53932 invoked by uid 500); 28 Sep 2009 08:56:02 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 53922 invoked by uid 99); 28 Sep 2009 08:56:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 08:56:02 +0000 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: domain of niall.pemberton@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 08:55:54 +0000 Received: by an-out-0708.google.com with SMTP id c2so2587567anc.15 for ; Mon, 28 Sep 2009 01:55:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=fRAgSWC/4IcXLYq+5+ZH7WH9d3mF1B54ror9SD/JFFc=; b=oSjALroyDp+b5lFGCoweHHdsxLCzMZ1gR9KOAcFDvbys7gH96vNVZwou9Y2vBmC02I 8d9vj4FrpLdXJo1dykryrsM0U72uorrPfWRYhvI/yhFfTvyWZ5XTQjvAbxLLjRYf676d /ASBmuDvpGc2eRef5yygNzaoH/jDR88klDqWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Sya0b+kKJrG/YWVMJIfdF7XtdNE9djHx2CTf4U63VhjNVRtzWEdw7NFerK1KJwaO32 0JiX201KHpu2fqurk22Vkd2r6xCKi2XSIDLrUwy1yeBNKf/EGyuM1wh+xCnYdnStD7z0 ny+u+BRqwz2mnPrTDVhb9gJsE1ORyMfIqvCtw= MIME-Version: 1.0 Received: by 10.101.174.36 with SMTP id b36mr2660886anp.91.1254128133155; Mon, 28 Sep 2009 01:55:33 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Sep 2009 09:55:33 +0100 Message-ID: <55afdc850909280155rec10ce3n2d6d17fc836c5990@mail.gmail.com> Subject: Re: Does I download other commond jars for using the common configurnation From: Niall Pemberton To: Commons Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Sep 28, 2009 at 9:34 AM, maven apache wrote: > I am using the common configurnation, first I found the error message which > tell me the class org.apache.commons.lang.exception.NestableException can > not be resovled, so I download the common lang jar, then this error does not > exist,however another message:java.lang.NoClassDefFoundError: > org/apache/commons/collections/Predicate > Then I get a message box " can not find the main class,Program will exit " > I wonder why, does it mean I should add the common collection jar? if so > ,how many jars I need to add ? Yes you need a minimum of logging, lang and collections: http://commons.apache.org/configuration/dependencies.html Niall --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org