Error launching PyCharm: Failed to load JVM DLL(启动 PyCharm 时出错:无法加载 JVM DLL)
问题描述
我之前安装了 PyCharm 来学习 Python,之后我也安装了 Eclipse 来学习 JAVA.顺便说一句,现在我启动 Eclipse 没有问题,但是当我启动 PyCharm 时,我看到如下错误消息:
I installed PyCharm before to learn Python, after that I installed Eclipse to learn JAVA too. By the way, now I have no problem lauching Eclipse, but when I launch PyCharm, I see the error message as below:
无法加载 JVM DLL C:Program FilesJavajdk-9.0.1inserverjvm.dll
Failed to load JVM DLL C:Program FilesJavajdk-9.0.1inserverjvm.dll
如果您已经安装了 32 位 JDK,请在计算机中定义一个 JAVA_HOME 变量 >系统属性 >系统设置 >环境变量.
If you already have a 32-bit JDK installed, define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables.
如何启动 PyCharm?
How can I launch PyCharm?
推荐答案
对于 Windows 10,尝试以管理员身份运行.
For Windows 10, try running as an administrator.
这篇关于启动 PyCharm 时出错:无法加载 JVM DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!