myeclipse2014导入项目弹窗报这个错误 java小白的第一个问题,求指点

org/springframework/ide/eclipse/beans/core/BeansCorePlugin
图片说明

运行项目报错如下
Error creating bean with name 'daoSupport': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionTemplate' defined in class path resource [spring/ApplicationContext.xml]: Cannot resolve reference to bean 'sqlSessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/ApplicationContext.xml]: Invocation of init method failed; nested exception is java.lang.ClassFormatError: Unknown constant tag 99 in class file com/sun/org/apache/xpath/internal/functions/Function![![图片说明](https://img-ask.csdn.net/upload/201612/21/1482280588_319749.png)图片说明](https://img-ask.csdn.net/upload/201612/21/1482280580_667731.png)图片说明

一般都是eclipse环境问题 clean一下project 或者maven clean,或者maven updata一般能解决

是不是jar没导进来?如果是maven的话 clean一下,不是的话,,找找缺少那个jar包

少了spring里面的jar包了吧,你检查一下spring框架的必备jar看一下