Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 13081 invoked from network); 10 Dec 2008 20:48:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2008 20:48:43 -0000 Received: (qmail 87267 invoked by uid 500); 10 Dec 2008 20:48:52 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 87218 invoked by uid 500); 10 Dec 2008 20:48:52 -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 87207 invoked by uid 99); 10 Dec 2008 20:48:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 12:48:51 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.218.12] (HELO mail-bw0-f12.google.com) (209.85.218.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 20:48:37 +0000 Received: by bwz5 with SMTP id 5so1090641bwz.18 for ; Wed, 10 Dec 2008 12:47:16 -0800 (PST) Received: by 10.223.106.200 with SMTP id y8mr1707056fao.24.1228941770191; Wed, 10 Dec 2008 12:42:50 -0800 (PST) Received: by 10.223.105.198 with HTTP; Wed, 10 Dec 2008 12:42:50 -0800 (PST) Message-ID: Date: Wed, 10 Dec 2008 15:42:50 -0500 From: "James Carman" To: "Commons Users List" , stafford@marine.rutgers.edu Subject: Re: [DIGESTER] - ClassNotFoundException when object-create-rule fires MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org How are you running your code? In a stand-alone application? On Wed, Dec 10, 2008 at 3:40 PM, Wm.A.Stafford wrote: > I'm following the Digester tutorial at > http://www.onjava.com/pub/a/onjava/2002/10/23/digester.html. I substituted > some classes of my own for those in the tutorial. I'm getting a > ClassNotFound exception when digester.parse() fires the first > object-create-rule. I can create an instance of the class one line before > the call to digester.parse() with no errors, so the classpath seems to be > correct for everything but Digester. > > Do I need to do some sort of classpath adjustment for Digester? > > Thanks for any help or guidance, > -=bill > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org