Why does the Entity Bean Modeler Wizard fail to complete but instead throws an exception?
Question:
When I attempt to use the Entity Bean Modeler Wizard in JBuilder 5 Enterprise,
the wizard does not complete, but I receive the following error message in the
message pane. Why is this occurring?
Error
***************
Exception occurred during event dispatching:
java.lang.NoClassDefFoundError: com/borland/jdbcx/common/ConnectionPanel
at com.borland.jbuilder.wizard.entitymodeler.DataSourcePanel.<init>(Unknown
Source)
at com.borland.jbuilder.wizard.entitymodeler.DataSourcePage.<init>(Unknown
Source)
at com.borland.jbuilder.wizard.entitymodeler.EntityModelerWizard.<init>(Unknown
Source)
at com.borland.jbuilder.wizard.entitymodeler.v.createWizard(Unknown Source)
at com.borland.primetime.wizard.WizardAction.invokeWizard(Unknown Source)
at com.borland.primetime.wizard.WizardAction.actionPerformed(Unknown Source)
at com.borland.primetime.ide.vf.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:334)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:134)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:96)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:88)
***************
Answer:
This error would be caused if the jdbcx.jar file was missing or corrupted.
It should be located inside the \jbuilder5\lib folder. If this file does not
exist, you should either reinstall, or extract it from the CDROM:\alt_setup\jbuilder5.zip
file.