It's all about the answers!

Ask a question

need help for the conflicting issue when installing RTC eclipse client interface


jane zhou (106865) | asked Mar 08 '16, 3:08 a.m.
 
    Could anyone help me on this installing issue for RTC eclipse client interface? I have tried several times, but it is always failed. Thanks!

    I tired to install Eclipse client interface, the link is as follows:

    my eclipse version is Eclipse IDE for Java Developers 4.5.1.20150917-1200, which I used lately for java development.
my java.exe is not jvm, but JRE.
java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)

    I added -vm c:/path/to/java.exe  in eclipse.ini as indicated in the following procedure.

    And I followed instruction to install P2 repo. but it was failed with the following log:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Rational Team Concert Client Feature 3.0.0.RTC-I20101112-1731 (com.ibm.team.rtc.client.feature.feature.group 3.0.0.RTC-I20101112-1731)
  Software currently installed: Eclipse IDE for Java Developers 4.5.1.20150917-1200 (epp.package.java 4.5.1.20150917-1200)
  Only one of the following can be installed at once: 
    Equinox Launcher 1.3.100.v20150511-1540 (org.eclipse.equinox.launcher 1.3.100.v20150511-1540)
    Equinox Launcher 1.0.201.R35x_v20090715 (org.eclipse.equinox.launcher 1.0.201.R35x_v20090715)
  Cannot satisfy dependency:
    From: Rational Team Concert Client Feature 3.0.0.RTC-I20101112-1731 (com.ibm.team.rtc.client.feature.feature.group 3.0.0.RTC-I20101112-1731)
    To: org.eclipse.cvs.feature.group 0.0.0
  Cannot satisfy dependency:
    From: Eclipse IDE for Java Developers 4.5.1.20150917-1200 (epp.package.java 4.5.1.20150917-1200)
    To: toolingepp.package.java.application [4.5.1.20150917-1200]
  Cannot satisfy dependency:
    From: Eclipse CVS Client 1.1.101.R35x_v20100125-7E79FGD9kKF67BPDZ7PKCE1911 (org.eclipse.cvs.feature.group 1.1.101.R35x_v20100125-7E79FGD9kKF67BPDZ7PKCE1911)
    To: org.eclipse.platform.feature.group [3.3.0,4.0.0)
  Cannot satisfy dependency:
    From: Eclipse Platform 3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB (org.eclipse.platform.feature.group 3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB)
    To: org.eclipse.rcp.feature.group [3.5.2.R35x_v20100119-9SA0FxwFnoCU5XxWItFdXXb27BA6]
  Cannot satisfy dependency:
    From: Eclipse RCP 3.5.2.R35x_v20100119-9SA0FxwFnoCU5XxWItFdXXb27BA6 (org.eclipse.rcp.feature.group 3.5.2.R35x_v20100119-9SA0FxwFnoCU5XxWItFdXXb27BA6)
    To: org.eclipse.equinox.launcher [1.0.201.R35x_v20090715]
  Cannot satisfy dependency:
    From: toolingepp.package.java.application 4.5.1.20150917-1200
    To: toolingorg.eclipse.equinox.launcher [1.3.100.v20150511-1540]
  Cannot satisfy dependency:
    From: toolingorg.eclipse.equinox.launcher 1.3.100.v20150511-1540
    To: bundle org.eclipse.equinox.launcher 1.3.100.v20150511-1540

Procedure

  1. Download and install a supported version of Eclipse from http://download.eclipse.org/eclipse/downloads/ or one of the Eclipse mirror sites.
  2. Extract the .zip file to a directory. For example,  C:\dev\eclipse-rtc .
  3. Double-click the  eclipse.exe  executable file in  C:\dev\eclipse-rtc\eclipse  to open it.
    • You need a v1.5 Java Virtual Machine (JVM) in your path for this to work. If needed, you can add the JVM path to the  C:\dev\eclipse-rtc\eclipse\eclipse.ini  file by adding the following two lines to the file just before  vmargs :
      -vm
      C:\path\to\java.exe
      						
  4. Download the p2 Install Repository from the Rational Team Concert download page.
  5. Extract the .zip file to a directory. For example,  C:\dev . It extracts to  C:\dev\repo .
  6. Start Eclipse and select Help > Install New Software.
  7. In the Available Software window, click Add. In the Add Repository window, click Local and navigate to the  repo  folder that you extracted in step 5. Click OK.

One answer



permanent link
Arun K Sriramaiah (3.2k13177) | answered Mar 08 '16, 3:55 a.m.
Hi Jane,

I think you are trying to download the RTC 3.0 P2 installer and installing it on eclipse 4.5 version.

If the above use is case is true, than it might be problem with the supported version of system requirements.

Please check the RTC version specific system requirements.

Regards,
Arun.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.