eclipse clear case插件eclipse的问题

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2462979/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 14:31:45  来源:igfitidea点击:

Problems with clear case plugin eclipse

javaeclipsewindows-7clearcaseeclipse-3.5

提问by ant

I have a following problems with eclipse, when I installed ClearCase plugin from this url http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/:

当我从这个 url http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/安装 ClearCase 插件时,我遇到了以下 Eclipse 问题 :

alt text

替代文字

Has anyone experienced the similar problem? I'm using Windows 7 and eclipse galileo. I've installed the plugin from this URL, what can I do to work this problem out?

有没有人遇到过类似的问题?我正在使用 Windows 7 和 eclipse galileo。我已经从这个 URL 安装了插件,我该怎么做才能解决这个问题?

For those who can't see tinypic images

对于那些看不到tinypic图像的人

+----------------------------------------------------------------------+
| Connect to the Rational ClearCase failed                             |
|                                                                      |
|     Connect to the Rational ClearCase failed                         |
|                                                                      |
|     Reason:                                                          |
|     Select Details >> for more information.                          |
|                                                                      |
|                                     +------------+   +------------+  |
|                                     |     OK     |   | << Details |  |
|                                     +------------+   +------------+  |
|                                                                      |
|Could not connect to the Rational Clearcase. Please ensure that proper|
|version of ClearCase is installed with the proper patches. Consult the|
|ClearCase SCM Adapter documentation for further details.              |
|                                                                      |
|                                                                      |
|Provider name: IBM                                                    |
|Plugin name: Rational ClearCase SCM Adapter                           |
|Plugin ID: com.rational.clearcase                                     |
|Version: 7.5.0.v200910221234                                          |
+----------------------------------------------------------------------+

Google doesn't help much ..

谷歌没有多大帮助..

采纳答案by VonC

I have no problem with that plugin (except the MVFS layer does not work for now, since dynamic views are not yet supported on windows7), provided you do have the exact tree

我对那个插件没有问题(除了 MVFS 层现在不起作用,因为 windows7 尚不支持动态视图),前提是你有确切的树

yourEclipse
  eclipse
    plugins
      com.rational.clearcase.help_7.5.0.v200910221234
      com.rational.clearcase.activities_7.5.0.v200910221234
      com.rational.clearcase_7.5.0.v200910221234
    features
      com.rational.clearcase_7.5.0.v200910221234
      com.ibm.rational.clearcase.ccrefresh_7.5.0.v200910221234
      com.ibm.rational.clearcase.ccimport.feature_7.1.0.v200905202348--08422A2_242663

So you can start and check if you do see this configuration.
Note: I only install it on Eclipse Galileo 3.5 and Eclipse Helios 3.6Mx.

所以你可以开始检查你是否看到了这个配置。
注意:我只将它安装在 Eclipse Galileo 3.5 和 Eclipse Helios 3.6Mx 上。

Eclipse Installation Details

Eclipse 安装细节

回答by Manjunathan

Currently, version 1.6 of the JVM is not supported. To use this integration successfully, you must downgrade to JVM 1.5.

目前,不支持 JVM 1.6 版。要成功使用此集成,您必须降级到 JVM 1.5。

回答by user239556

As far as I know, the latest version of ClearCase available is 7.1, which is not qualified on Windows 7, maybe the issue is there.

据我所知,ClearCase 的最新版本是 7.1,在 Windows 7 上不合格,可能是问题所在。

Did you try with in the integration/plugin for other IDE ? (VisualStudio ?)

您是否在其他 IDE 的集成/插件中尝试过?(视觉工作室 ?)

Can you access your views (snapshot or dynamic) outside of eclipse ?

您可以在 eclipse 之外访问您的视图(快照或动态)吗?