Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 90375 invoked from network); 18 Sep 2007 16:03:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2007 16:03:58 -0000 Received: (qmail 4916 invoked by uid 500); 18 Sep 2007 16:03:50 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 4896 invoked by uid 500); 18 Sep 2007 16:03:50 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 4885 invoked by uid 99); 18 Sep 2007 16:03:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2007 09:03:50 -0700 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 tomdzk@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2007 16:03:50 +0000 Received: by py-out-1112.google.com with SMTP id p76so4068552pyb for ; Tue, 18 Sep 2007 09:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rCMtwhQFB/1H1UIBXsgFpWoRblhdKld60GbgGzVi0yk=; b=HU2XTsvjTZR1TOQplajC+lBIT5ls+2zzdNGXMg6JLwaPzMkx+PWYZGiMuw21LOYtASYPOpZZ0n4MphxH0IkNyvjECSAsrkJZRN0TBtIsFh1CybEmgXaluGUWmDfXeIp4SVmEHWc//l0AadbqdPZGSLYSbxJG/uLy38GTIUM/38c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PwsLwBDx/UmAz1JdEoViCumYXIMS52O1HMigNPpR+uD/VP7RJSyluha1nPwgoBopaFQQX3c/nI+znypXbgwkEQor77Uir9VoTFp0KkZWRspyoNUE8AVr6liITPC2yI6WgZKTWghaG/NPbVBVrArnCkbjrk9Xr62dAEpjl7zl/YI= Received: by 10.65.183.7 with SMTP id k7mr13349080qbp.1190131408938; Tue, 18 Sep 2007 09:03:28 -0700 (PDT) Received: by 10.65.163.14 with HTTP; Tue, 18 Sep 2007 09:03:28 -0700 (PDT) Message-ID: <224f32340709180903s6cf12afew8cc9815e19bf4456@mail.gmail.com> Date: Tue, 18 Sep 2007 09:03:28 -0700 From: "Thomas Dudziak" To: ddlutils-dev@db.apache.org Subject: Re: NoClassDefFound Exception In-Reply-To: <5bdcc63c0709180307p71ad4366y4951a9405ea7d5e2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5bdcc63c0709180307p71ad4366y4951a9405ea7d5e2@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 9/18/07, Wessam Abd Rabo wrote: > java.lang.NoClassDefFoundError: > org/apache/commons/betwixt/strategy/NameMapper > at org.netbeans.formod.DDLTopComponentTopComponent.jButton1MouseClicked( > DDLTopComponentTopComponent.java:71) > at org.netbeans.formod.DDLTopComponentTopComponent.access$000( > DDLTopComponentTopComponent.java:18) > at org.netbeans.formod.DDLTopComponentTopComponent$1.mouseClicked( > DDLTopComponentTopComponent.java:47) > What could be the reason for this error?can you please help me with that Looks like you're missing a library, commons-betwixt to be precise. You can find it in the lib directory within the binary or source distribution. Tom