eclipselink PersistenceUnitLoadingEception in executable JAR

前端 未结 6 1604
别那么骄傲
别那么骄傲 2021-01-13 09:57

I am developing a stand-alone java application which uses eclipselink. It is all fine when I execute the app from eclipse IDE. But I\'ve exported an executable JAR file, and

6条回答
  •  不要未来只要你来
    2021-01-13 10:25

    I have managed to solve it. I changed the way eclipse exports the jar file. If it extracts required libraries into the jar everything works great. Thank you anyway!

提交回复
热议问题