“NoClassDefFoundError: Could not initialize class” error

后端 未结 6 1848
逝去的感伤
逝去的感伤 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:37

    I recently ran into this error on Windows 10. It turned out that windows was looking for .dll files necessary for my project and couldn't find them because it looks for them in the system path, PATH, rather than the CLASSPATH or -Djava.library.path

提交回复
热议问题