java.lang.NoClassDefFoundError: net/sf/hibernate/tool/hbm2ja
Status: Planning
Brought to you by:
ricardolecheta
Hello,
when starting the generator the above error is displayed.
The classpath should be correct:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib"
path="E:/hibernate-tools-3.0alpha1/plugins/org.hibernate.eclipse_3.0.0.alpha/lib/dom4j-1.5.2.jar"/>
<classpathentry kind="lib"
path="E:/hibernate-tools-3.0alpha1/plugins/org.hibernate.eclipse_3.0.0.alpha/lib/hibernate-tools.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
tried on RAD6.0, Eclispe 3.0, Eclipse 3.1.m5, all with
the same error.
Any help ?
Thanks in advance