On 9/18/07, Wessam Abd Rabo <[EMAIL PROTECTED]> 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)
<snip> > 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