慕数据6184544
2017-04-27 17:51
rt,到底是哪里有问题啊。。 控制台就这么多东西,到底是什么问题啊 搞了我两天都没弄好 心累啊 大神来帮帮忙吧
ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2
JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [../../../src/share/back/util.c:820]
<props>
<prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
<prop key="hibernate.show_sql">true</prop>
<prop key="hibernate.format_sql">true</prop>
<prop key="hibernate.hbm2ddl.auto">update</prop>
</props>
全部加上hibernate。我的就是这样解决的
在web.xml中加入
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocaion</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
基于SSH实现员工管理系统之案例实现篇
50212 学习 · 323 问题
相似问题