我使用的是Eclipse 3.4.1  数据库是SqlServer 2000,我在使用Hibernate Tools链接数据库时,可以连接上,但是只要是一打开表,生成代码,就弹出对画框报错。 
打开表错误: 
An internal error occurred during: "Fetching children of aaa". 
Could not initialize class org.hibernate.cfg.Configuration 
生成表错取码: 
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class 
Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class 
  java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.cfg.Configuration 
  Could not initialize class org.hibernate.cfg.Configuration 
    java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.cfg.Configuration 
    Could not initialize class org.hibernate.cfg.Configuration 
非常着急!请高手解答!