2014-02-24 29 views
-1
ApplicationContext context=new ClassPathXmlApplicationContext("classpath:applicationContext.xml"); 
InvGroupDelegate igcd = (InvGroupDelegate) context.getBean("invGroupDelegate"); 

給錯誤四處錯誤:在試圖讀取的applicationContext.xml在獨立的Java

Caused by: java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist 
    at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:157) 
    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:328) 

的appContext文件存在於myProject的/屬性 而這也被添加到「SRC文件夾中生成路徑'。

+1

您是否讀過異常?檢查文件是否在所需位置。 – Naren

回答

0

解決了它。是一個日食問題。關閉該項目並重新啓動它。然後清理一切,再建一次。然後事情很好。