我正在使用Spring 3.0开发swing项目 我正在使用eclipse IDE,该项目是在IDE中找到工作但是当我生成jar文件时运行它。 发生错误 org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:来自类路径资源[spring-beans.xml]的XML文档中的第13行无效;嵌套异常是org.xml.sax.SAXParseException; lineNumber:13; columnNumber:84; cvc-elt.1:找不到元素'beans'的声明。
这是我的spring配置文件
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd">
<context:annotation-config/>
<context:component-scan base-package="com.plyd.java"/>
</beans>
我正在谷歌搜索该错误并在我的项目中测试解决方案但不行。 代码工作在IDE中找到。但是当我生成runnable jar并运行时,给我错误。 请给我一些建议谢谢。
答案 0 :(得分:2)
如果您使用的是Eclipse,请尝试使用Eclipse 导出jar&gt; 将所需的库复制到子文件夹