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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:启动 PyCharm 时出错:无法加载 JVM DLL


基础教程推荐
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- 包装空间模型 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- 求两个直方图的卷积 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01