Why do I get a NullPointerException when initializing Spring

前端 未结 4 1326
再見小時候
再見小時候 2021-01-19 15:53

I\'ve got a problem running a batch job on my server, whereas it runs fine from Eclipse on my development workstation.

I\'ve got my Spring environment set up using R

4条回答
  •  花落未央
    2021-01-19 16:14

    In Eclipse:

    If you are using the spring jars as user library(Say SpringLib), see if the user library for spring is added(or checked) as System Library(added to the boot class path). If yes, remove the check mark.`

提交回复
热议问题