Why do I get a NullPointerException when initializing Spring

前端 未结 4 1321
再見小時候
再見小時候 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:37

    Exception in thread "main" java.lang.ExceptionInInitializerError is occurs while adding User Library. I faced same problem in Hibernate and Spring as well. So i removed User Library say "Spring" then i add jars manually it work perfectly.

提交回复
热议问题