“NoClassDefFoundError: Could not initialize class” error

后端 未结 6 1911
逝去的感伤
逝去的感伤 2020-11-27 12:54

When I run my project, I get numerous outputs of this error:

Sep 9, 2009 8:22:23 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service()         


        
6条回答
  •  野性不改
    2020-11-27 13:28

    Realised that I was using OpenJDK when I saw this error. Fixed it once I installed the Oracle JDK instead.

提交回复
热议问题