英文:
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
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论