64 位 eclipse rcp 产品在 64 位 OS + 32 位编译和捆绑 JDK 1.7 32 位套件中没有 运行
64 bit eclipse rcp product doesn't run in 64 bit OS + 32 bit compiled & bundled JDK 1.7 32 bit kit
我遇到 运行ning Eclipse RCP 产品的问题。我在 32 位 jdk 中制作了 64 位 eclipse rcp 产品,但在 64 位 OS + 32 位编译和捆绑 JDK 1.7 32 位套件中没有 运行。实际上,在导出产品时,我从 .product 文件的 "Launching" 选项卡中检查了 "Bundle JRE for this environment with the product",因为我使用的是 JCE 策略,我需要在现有 JRE 上正确使用它,因此我使用捆绑 JRE 导出。
在我的产品生成 32 位和 64 位版本后,32 位产品可以运行文件,但是当我打开 64 位产品时,它显示 "Failed to load the JNI shared library '..\win32.win32.x86_64\eclipse\jre\bin\client\jvm.dll' "。我用我安装目录中的原始 JRE 替换了 jre,但再次失败,出现了与上面相同的消息。
64 位 Eclipse 必须 运行 使用 64 位 JRE。您不能混合使用 64 位和 32 位 Eclipse / Java.
我遇到 运行ning Eclipse RCP 产品的问题。我在 32 位 jdk 中制作了 64 位 eclipse rcp 产品,但在 64 位 OS + 32 位编译和捆绑 JDK 1.7 32 位套件中没有 运行。实际上,在导出产品时,我从 .product 文件的 "Launching" 选项卡中检查了 "Bundle JRE for this environment with the product",因为我使用的是 JCE 策略,我需要在现有 JRE 上正确使用它,因此我使用捆绑 JRE 导出。
在我的产品生成 32 位和 64 位版本后,32 位产品可以运行文件,但是当我打开 64 位产品时,它显示 "Failed to load the JNI shared library '..\win32.win32.x86_64\eclipse\jre\bin\client\jvm.dll' "。我用我安装目录中的原始 JRE 替换了 jre,但再次失败,出现了与上面相同的消息。
64 位 Eclipse 必须 运行 使用 64 位 JRE。您不能混合使用 64 位和 32 位 Eclipse / Java.