首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

java web 常见有关问题备忘

2013-09-06 
java web 常见问题备忘一:找不到maven加载的jar包Right click the web project “properties” ------- cli

java web 常见问题备忘
一:找不到maven加载的jar包
Right click the web project “properties” -------> click the “Deployment Assembly” ---->
Click add button
Choose Java Build Path Entires ---> click Next
Choose Maven Dependencies------>  Finish
二:Cannot change version of project facet Dynamic Web Module to 2.5.
找到 .setting文件夹内的org.eclipse.wst.common.project.facet.core.xml文件,文件格式大致如下:
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v5.5"/>
<fixed facet="jst.web"/>
<fixed facet="jst.java"/>
<installed facet="jst.java" version="5.0"/>
<installed facet="jst.web" version="2.5"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
三:java.lang.NoClassDefFoundError: Could not initialize class com.infomorrow.util.Hibernate_Credit
hibernate 初始化失败,查看配置文件
四:hibernate save没有保存数据到数据库
hibernate 字段映射错误(不会报错)

热点排行