Eclipse warning: XXXXXXXXXXX.jar will not be exported or published. Runtime ClassNotFoundExceptions may result

后端 未结 3 1490
有刺的猬
有刺的猬 2020-12-08 14:02

I keep getting the following error after I put the required files in my build path on Eclipse. I am working on a Spring MVC Hello World Application and using Eclipse Helios

3条回答
  •  余生分开走
    2020-12-08 14:17

    Right-click on your project in the 'Project Explorer' tab and go to 'Build path' → 'Configure build path' → 'External jars`, and add all the JARs that you want.

提交回复
热议问题