eclipse安装中 “java was started but returned exit code=13“
这样的问题是因为eclipse启动时找不到jvm.dll 文件 重新 eclipse.ini 中添加一下就行。
添加 :
-vm
C:… 你安装jdk中jvm.dll的路径
eclipse安装中 “java was started but returned exit code=13“
修改后,再次启动eclipse就没有这样的问题了。

相关文章:

  • 2021-06-11
  • 2022-01-16
  • 2021-12-06
  • 2021-05-28
  • 2021-04-28
  • 2022-12-23
  • 2021-07-28
  • 2021-04-13
猜你喜欢
  • 2021-03-30
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2021-06-03
  • 2021-10-25
相关资源
相似解决方案