eclipse的classpath的四点注意

1. log4j.properties一定要放在classpath路径下或放在其顶层路径在classpath的路径下。
2. 修改.classpath文件后,要关闭工程,再重启工程才生效
3. BeanFactory context = new XmlBeanFactory(new ClassPathResource("springInAction.xml"));要让springInAction.xml位于classpath之下
4. output="bin/main"路径不可嵌套

你可能感兴趣的:(eclipse,职场,classpath,休闲)