【参考文章】:intelij idea: Exception in thread "main" java.lang.ClassNotFoundException

1. 报错信息

IDEA Exception in thread "main" java.lang.ClassNotFoundException: com.streamax.servicecore.business.FileManageServApplication

2. 解决方案之一

  IDEA Exception in thread "main" java.lang.ClassNotFoundException: com.streamax.servicecore.business.FileManageServApplication

  项目设置的编译后的class文件输出目录默认在target目录;

  项目在clean之后,删除了target目录;

  此时启动项目找不到class文件,所以报错;

  解决方案:重新编译项目,启动项目。

  

相关文章:

  • 2021-10-31
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-09-09
  • 2021-10-14
猜你喜欢
  • 2021-09-11
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
相关资源
相似解决方案