Pycharm – 内部启动问题 – java.lang.RuntimeException: 无法找到安装主目录路径

huangapple go评论55阅读模式
英文:

Pycharm - Internal Startup issue -java.lang.RuntimeException: Could not find installation home path

问题

Internal Startup issue -java.lang.RuntimeException: 无法找到安装主目录路径。请确保安装目录中存在 bin/idea.properties

我已经设置了路径和java_home变量
Java_home 指向 ** C:\Program Files\Java\jdk1.8.0_251\ **

英文:

Internal Startup issue -java.lang.RuntimeException: Could not find installation home path . Please make sure bin/idea.properties is present in the installation directory

Pycharm – 内部启动问题 – java.lang.RuntimeException: 无法找到安装主目录路径

I have path and java_home variables setup
Java_home points to ** C:\Program Files\Java\jdk1.8.0_251\ **

答案1

得分: 2

以下是翻译好的部分:

问题的原因是Jetbrains的多个产品之间存在冲突。请在bin目录中创建一个简单的“idea.properties”文件。如果问题没有解决,请从PHPstorm的bin目录中复制文件。

英文:

The reason for this problem is a conflict between more than one product of Jetbrains. Please create a simple "idea.properties" file in the bin directory. If the problem not solved copy file from PHPstorm bin directory

答案2

得分: 1

在PyCharm的安装文件夹中,你可能缺少idea.properties文件。我尝试移动我的文件,结果出现了与你相同的错误。

该文件的路径对我来说是C:\Program Files\JetBrains\PyCharm 2020.1.4\bin

英文:

Inside your installation folder of PyCharm, you are probably missing the idea.properties file. I tried moving mine and I got the same error as you.

The path to the file was C:\Program Files\JetBrains\PyCharm 2020.1.4\bin for me.

huangapple
  • 本文由 发表于 2020年7月29日 02:49:56
  • 转载请务必保留本文链接:https://go.coder-hub.com/63140920.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定