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:[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
