Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 7587 invoked from network); 17 Jan 2006 09:41:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 09:41:42 -0000 Received: (qmail 49712 invoked by uid 500); 17 Jan 2006 09:41:36 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 49655 invoked by uid 500); 17 Jan 2006 09:41:35 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 49643 invoked by uid 99); 17 Jan 2006 09:41:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 01:41:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.90.9.27] (HELO mxout4.netvision.net.il) (194.90.9.27) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 01:41:34 -0800 Received: from LAPASAF ([217.132.220.53]) by mxout4.netvision.net.il (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005)) with ESMTP id <0IT800JSPDKO9K70@mxout4.netvision.net.il> for commons-user@jakarta.apache.org; Tue, 17 Jan 2006 11:41:13 +0200 (IST) Date: Tue, 17 Jan 2006 11:40:55 +0200 From: Asaf Lahav Subject: RE: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/collections/CursorableLinkedList In-reply-to: <6bde122b0601161704p7e4dedeaobe42a6f2a5e77309@mail.gmail.com> To: 'Jakarta Commons Users List' , Sandy@McArthur.org Message-id: <0IT800JSQDKO9K70@mxout4.netvision.net.il> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcYbAf7G2i5GEARSTeurtTuqnovt4gAR+iDA X-Antivirus: avast! (VPS 0603-1, 16/01/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Sandy, As soon as I added common-collections*.jar to the build path everything worked like a charm. Asaf Lahav VP R&D, Prima Grid LTD. Cellular: 972-54-4717955 Phone: 972-3-6540255 Fax: 972-3-6540254 -----Original Message----- From: Sandy McArthur [mailto:sandymac@gmail.com] Sent: Tuesday, January 17, 2006 3:04 AM To: Jakarta Commons Users List Subject: Re: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/collections/CursorableLinkedList The package of the missing class should be a big clue. org.apache.commons.collections.CursorableLinkedList hrm, Commons Collections looks to be relevant. Also, the download page for Commons Pools gives a big hint too: http://jakarta.apache.org/commons/pool/downloads.html On 1/16/06, Asaf Lahav wrote: > I'm testing the apache generic object pool and I'm getting an exception which is as follows: > > Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/collections/CursorableLinkedList > > I guess I am probably missing dependencies. > > Would appreciate any help. -- Sandy McArthur "He who dares not offend cannot be honest." - Thomas Paine --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org