问题1:org.dom4j.DocumentException: hibernate.sourceforge.net Nested exception:
hibernate.sourceforge.net
解决方法:从工程中除去外部库中的hibernate3.jar。
问题2:无法在eclipse中启动tomcat调试,而且打开eclipse就会报错而且每打开xml文件也会报错。
解决方法:开发中更改了jdk的版本可能就会出现如上错误,解决方法就是改回去呗。
问题3:java.io.FileNotFoundException: class path resource [com/gd/po/User.hbm.xml] cannot be
opened because it does not exist
解决方法:将src目录下的所有hbm.xml复制到classes目录下的相应位置。
问题4:org.dom4j.DocumentException: hibernate.sourceforge.net
解决方法:当项目中引用了hibernate3.jar之后就会报此错误,但移出hibernate3.jar后就无法使用
hibernate的sessionFactory和hibernateTemplate了。
问题5:Ant构建时报错com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
解决方法:java环境变量没设置好,没找到javac。
问题6:java.lang.NoClassDefFoundError: antlr/ANTLRException
解决方法:将antlr-2.7.6.jar加入工程。