Intellij IDEA 未能 运行

Intellij IDEA failed to run

我每次 运行 我的 IDEA 都会出错,好像是因为我用的是 64 位的,但是 运行 宁用的是 32 位的 IDEA。根据我搜索的内容,它建议我使用 idea64.exe,但我在哪里可以找到它?

它正在抱怨,因为它在您的计算机上找不到 32 位 JDK?你有安装 JDK 吗? 如果没有,请遵循此 official documentation or use this video。如果您想使用 32 位 IDE.

,您可能需要安装 32 位版本

至少是你问题的答案

it refers me to use idea64.exe, but where can I find it?

非常简单:

在您安装 IntelliJ IDEA 的文件夹下,例如 C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\ 有一个子文件夹 bin\,您可以在其中找到 idea64.exe

IntelliJ IDEA 现在仅与 64 位 Java 版本捆绑在一起。未提供 32 位 JDK。如果你在32位系统上安装,安装程序中会有一个复选框自动下载和配置IntelliJ IDEA的32位Runtime。

安装程序还可以选择创建 32 位和 64 位可执行快捷方式。如果你想要运行 64位版本,使用IDEA_HOME\bin\idea64.exe.

或者你可以 download this runtime version 并将其解压到 IDEA_HOME 目录中(这样你就有了 IDEA_HOME\jre)。确保使用 bin\idea.exe 而不是 bin\idea64.exe 启动 IntelliJ IDEA。这将以 32 位模式启动 IntelliJ IDEA。

另一种选择是download.zip版本Windows,它有32位和64位运行次。然后你可以使用 bin\idea.exebin\idea64.exe 到 运行 (如果你在 64 位系统上):