NoClassDefFoundError可能出现的情况

  • 一种情况就是因为静态变量加载不到原因
  • 工程里没有将jar添加到classpath,maven项目的,需要根据项目情况排查