我已经通过
导入了spring-2.5.6.jar
和spring-webmvc-2.5.6.jar
发生了
Build Path
- >Configure Build Path
- >Add Library
- >User library
- >New
- > ...-> { {1}}
Add Jars
。 Java代码:
NoClassDefFoundError
错误讯息:
ApplicationContext applicationContext = new ClassPathXmlApplicationContext( "invoker-client.xml");
我曾尝试在项目中创建一个新的文件夹“libs”和11-16 07:11:57.685: ERROR/AndroidRuntime(1555): java.lang.NoClassDefFoundError: org.springframework.context.support.ClassPathXmlApplicationContext
,但它无法编译,或者将jar文件放在“assets”文件夹下:
Build Path -> Use as Source Folder
但这些都不起作用。有人可以建议我一个解决方案吗?