android导入的spring jar出现NoClassDefFoundError错误?

时间:2011-11-17 02:44:56

标签: android spring noclassdeffounderror

我已经通过

导入了spring-2.5.6.jarspring-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

但这些都不起作用。有人可以建议我一个解决方案吗?

0 个答案:

没有答案