1.Command line is too long…

解决方法:
点击项目启动配置项 -> shorten command line 选项选择 classpath file 或 java manifest 选项 -> 重新启动工程运行即可
IDEA项目启动失败

2.java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement

解决方法:
file->Project Structure ->Project
IDEA默认使用的是自带的open-jdk-11,将JDK改为自己本地安装的版本
IDEA项目启动失败

相关文章:

  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-07-08
  • 2022-12-23
  • 2021-10-11
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-07-22
  • 2021-11-23
  • 2022-12-23
  • 2022-01-21
相关资源
相似解决方案