简体   繁体   English

IntelliJ 更新后不会启动

[英]IntelliJ Will Not Launch After Update

Windows also cannot uninstall it, so that I can reinstall it. Windows 也无法卸载它,所以我可以重新安装它。 I have not used intellij for almost a year.我已经快一年没有使用intellij了。 I updated Intellij the other day to start using it again.前几天我更新了 Intellij 以再次开始使用它。 When I try to launch after the update I get this error:当我尝试在更新后启动时,出现此错误:

Internal error.内部错误。 Please refer to https://jb.gg/ide/critical-startup-errors请参考https://jb.gg/ide/critical-startup-errors

java.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.
    at com.intellij.openapi.application.PathManager.getHomePath(PathManager.java:94)
    at com.intellij.openapi.application.PathManager.loadProperties(PathManager.java:519)
    at com.intellij.idea.Main.bootstrap(Main.java:94)
    at com.intellij.idea.Main.main(Main.java:84)

-----
Your JRE: 11.0.11+9-b1504.13 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.3.4\jbr

According to the link the error is referencing it could be one of many things.根据链接,错误引用它可能是许多事情之一。

I would try and Delete the IDE system path (idea.system.path) as that is the easiest done from the list or I would straight up try and re-install the IDE as is suggested as that will probably take care of most of the issues existing.我会尝试删除 IDE 系统路径 (idea.system.path),因为这是列表中最容易完成的,或者我会直接尝试并按照建议重新安装 IDE,因为这可能会解决大部分问题存在的问题。

I would also probably backup and delete the settings directory before re-installing (idea.config.path) and try again.我也可能会在重新安装(idea.config.path)之前备份并删除设置目录,然后重试。 It says that you can do this after re-installing as well but there could be an error in the settings directory that messes with the startup, meaning that the error could be resolved without you having to re-install.它说您也可以在重新安装后执行此操作,但是设置目录中可能存在与启动混淆的错误,这意味着无需重新安装即可解决该错误。

You mentioned that you cannot uninstall or re-install which seems to be an issue with windows itself.您提到您无法卸载或重新安装,这似乎是 Windows 本身的问题。 If you are running this in an older system I think that re-installing windows might be your only solution (I used to have a similar issue with visual studio community).如果您在旧系统中运行它,我认为重新安装 Windows 可能是您唯一的解决方案(我曾经在 Visual Studio 社区遇到过类似的问题)。 You could also try to mess around with the registry but if you are not sure what you are doing there I would simply re-install since it is way simpler您也可以尝试弄乱注册表,但如果您不确定自己在做什么,我会简单地重新安装,因为它更简单

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM