请问以下信息说明了什么,配置成功了吗?有什么问题?如何解决!信息如下:C:\JBuilder9\jdk1.4\bin\javaw -classpath "F:\test\classes;C:\JBuilder9\jdk1.4\demo\jfc\Java2D\Java2Demo.jar;C:\JBuilder9\jdk1.4\demo\plugin\jfc\Java2D\Java2Demo.jar;C:\JBuilder9\jdk1.4\jre\lib\charsets.jar;C:\JBuilder9\jdk1.4\jre\lib\jaws.jar;C:\JBuilder9\jdk1.4\jre\lib\jce.jar;C:\JBuilder9\jdk1.4\jre\lib\jsse.jar;C:\JBuilder9\jdk1.4\jre\lib\rt.jar;C:\JBuilder9\jdk1.4\jre\lib\sunrsasign.jar;C:\JBuilder9\jdk1.4\jre\lib\ext\dnsns.jar;C:\JBuilder9\jdk1.4\jre\lib\ext\ldapsec.jar;C:\JBuilder9\jdk1.4\jre\lib\ext\localedata.jar;C:\JBuilder9\jdk1.4\jre\lib\ext\sunjce_provider.jar;C:\JBuilder9\jdk1.4\jre\lib\im\indicim.jar;C:\JBuilder9\jdk1.4\lib\dt.jar;C:\JBuilder9\jdk1.4\lib\htmlconverter.jar;C:\JBuilder9\jdk1.4\lib\tools.jar;C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar;C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar;D:\Program Files\jar\hibernate2.jar;D:\Program Files\jar\cglib-2.1.3.jar;D:\Program Files\jar\commons-collections.jar;D:\Program Files\jar\commons-beanutils.jar;D:\Program Files\jar\commons-lang.jar;D:\Program Files\jar\commons-logging.jar;D:\Program Files\jar\ant-1.6.5.jar;D:\Program Files\jar\c3p0-0.9.0.jar;D:\Program Files\jar\proxool-0.8.3.jar;D:\Program Files\jar\commons-dbcp-20030825.184428.jar;D:\Program Files\jar\commons-pool-20030825.183949.jar;D:\Program Files\jar\dom4j-1.6.1.jar"  Select 
2006-3-23 20:25:14 net.sf.hibernate.cfg.Environment <clinit>
信息: Hibernate 2.1.7
2006-3-23 20:25:14 net.sf.hibernate.cfg.Environment <clinit>
信息: hibernate.properties not found
2006-3-23 20:25:14 net.sf.hibernate.cfg.Environment <clinit>
信息: using CGLIB reflection optimizer
2006-3-23 20:25:14 net.sf.hibernate.cfg.Environment <clinit>
信息: using JDK 1.4 java.sql.Timestamp handling
2006-3-23 20:25:14 net.sf.hibernate.cfg.Configuration configure
信息: configuring from resource: /hibernate.cfg.xml
2006-3-23 20:25:14 net.sf.hibernate.cfg.Configuration getConfigurationInputStream
信息: Configuration resource: /hibernate.cfg.xml
2006-3-23 20:25:14 net.sf.hibernate.cfg.Configuration addResource
信息: Mapping resource: student.hbm.xml
2006-3-23 20:25:14 net.sf.hibernate.cfg.Binder bindRootClass
信息: Mapping class: student -> student
2006-3-23 20:25:15 net.sf.hibernate.cfg.Configuration doConfigure
信息: Configured SessionFactory: null
2006-3-23 20:25:15 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing one-to-many association mappings
2006-3-23 20:25:15 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing one-to-one association property references
2006-3-23 20:25:15 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing foreign key constraints
2006-3-23 20:25:15 net.sf.hibernate.dialect.Dialect <init>
信息: Using dialect: net.sf.hibernate.dialect.SQLServerDialect
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC result set fetch size: 50
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use outer join fetching: true
2006-3-23 20:25:15 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: Using Hibernate built-in connection pool (not for production use!)
2006-3-23 20:25:15 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: Hibernate connection pool size: 20
2006-3-23 20:25:15 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: using driver: com.microsoft.jdbc.sqlserver.SQLServerDriver at URL: jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
2006-3-23 20:25:15 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: connection properties: {user=sa, password=, pool.size=10}
2006-3-23 20:25:15 net.sf.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
信息: No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use scrollable result sets: false
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use JDBC3 getGeneratedKeys(): false
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Optimize cache for minimal puts: false
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: echoing all SQL to stdout
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Query language substitutions: {}
2006-3-23 20:25:15 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: cache provider: net.sf.hibernate.cache.EhCacheProvider
2006-3-23 20:25:15 net.sf.hibernate.cfg.Configuration configureCaches
信息: instantiating and configuring caches
java.lang.NoClassDefFoundError: org/objectweb/asm/Type
at net.sf.cglib.core.TypeUtils.parseType(TypeUtils.java:180)
at net.sf.cglib.core.KeyFactory.<clinit>(KeyFactory.java:66)
at net.sf.hibernate.impl.SessionFactoryImpl.<clinit>(SessionFactoryImpl.java:237)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:796)
at Select.main(Select.java:8)
Exception in thread "main"
----------------------------------------
java.lang.NoClassDefFoundError: org/objectweb/asm/Type
这个问题怎么解决,他属于那个包?