1 执行bin目录下的脚本启动查看具体的报错信息

PS E:\Program Files\JetBrains\IntelliJ IDEA 2019.3.2\bin> .\idea.bat
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Error opening zip file or JAR manifest missing : E:\Program Files\JetBrains\IntelliJ IDEA 2019.2.2\jetbrains-agent.jar
Error occurred during initialization of VM
agent library failed to init: instrument
PS E:\Program Files\JetBrains\IntelliJ IDEA 2019.3.2\bin>

比如我的就报找不到 E:\Program Files\JetBrains\IntelliJ IDEA 2019.2.2\jetbrains-agent.jar 这个玩意

为啥找不到呢 因为最开始的时候写错了

然后查看idea64.exe.vmoptions  里面并没有

 

2 %userprofile%\.IntelliJIdea2019.3\config\idea64.exe.vmoptions

  这还有一个

 把这个改成对的就能启动了

相关文章:

  • 2022-12-23
  • 2021-06-16
  • 2021-06-29
  • 2021-07-14
  • 2022-01-13
  • 2021-08-04
  • 2022-02-11
猜你喜欢
  • 2021-10-11
  • 2021-08-08
  • 2022-12-23
  • 2021-05-08
  • 2021-12-05
  • 2021-07-09
  • 2022-01-12
相关资源
相似解决方案