java - JVM requirements incompatible 错误

标签 java eclipse jvm rtc

我安装了以下 Java:

Java 32 bit

Java 32 bit

Java 64 bit

enter image description here

我在 Windows 7 64 位 中安装了 eclipse-standard-kepler-SR2-win32-x86_64 指向 jdk1.8.0_05 .

尝试使用 IBM Installation Manager 安装 IBM 软件包 (IBM Rational Team Concert Client) 时,出现以下错误:

The JVM requirements of the package are incompatible with the JVM java version "1.8.0_05" used by the existing Eclipse IDE

这是我的eclipse.ini:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:\Program Files\Java\jdk1.8.0_05\bin
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m

我安装错了什么?

最佳答案

RTC Eclipse client requirement page提到 Eclipse 3.6.x 和 4.2.x (Juno) 作为兼容的 Eclipse 客户端。
Kepler (Eclipse 4.3.x) 将仅适用于 RTC 5.x。

(注意:访问 jazz.net wiki 需要一个 jazz.net 帐户:您必须创建一个,它是免费的)

也就是说,使用最新的 RTC 4.x,您可以尝试 process described in this thread这甚至可以用于 Juno (4.3):

  • Download an Eclipse release from http://www.eclipse.org/downloads/packages/release/juno/sr2
  • Extract the Eclipse release to c:\tools\eclipse
  • Extend Eclipse by adding a remote update site with the RTC p2repo from ...\RTC\4.x\RTC-Client-p2Repo-4.x.zip
  • When Eclipse has restarted shift to the Jazz Admin perspective

RTC-Client-p2Repo-4.x.zip 文件在 RTC“所有下载”页面上可用,例如:

https://jazz.net/downloads/rational-team-concert/releases/4.0.6?p=allDownloads

关于java - JVM requirements incompatible 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24277339/

相关文章:

java - 无法点击 android.widget.ImageButton

java - SVN Eclipse 忽略所有用户的文件夹

eclipse - 将 Git 存储库放在 Eclipse 中的什么位置?

Java 8 young gc花费超过1s,如何减少新生代gc时间

ant - 在不同的jvm中运行ant任务

Java等于ordo值

java - 是否有一个固定大小的队列可以删除过多的元素?

java - 我的应用程序在横向 View 中困惑

java - Oracle Java HotSpot VM 性能选项(+UseStringCache、+UseCompressedStrings、+OptimizeStringConcat)的当前状态是什么

java - hibernate 配置文件中 session 工厂名称属性的用途是什么