【问题标题】:Manual Install of GWT 2.1.0 in Eclipse Helios 3.6.1在 Eclipse Helios 3.6.1 中手动安装 GWT 2.1.0
【发布时间】:2010-12-18 02:13:10
【问题描述】:

我在一个无法访问下载站点的 Intranet 后面。假设我可以访问所有正确的 zip 和 jar 文件。让 Eclipse 达到我可以转到 Windows -> Preferences 并查看 Google 条目的分步说明是什么?


1) 我无法访问http://code.google.com/eclipse/docs/getting_started.html 站点,因为我在一个封闭的网络上。 2)我尝试使用 dropins 文件夹,当我重新打开 Eclipse 并转到 Windows->Preferences “Google”未列出时。

有什么想法吗?

【问题讨论】:

    标签: eclipse gwt installation


    【解决方案1】:

    官方的zip文件安装说明在http://code.google.com/eclipse/docs/install-from-zip.html

    这使用了 Eclipse dropins mechanism,它帮助 Eclipse 以干净的方式获取新插件,引用:

    ... dropins 文件夹可以像过去使用的 plugins 目录一样使用。这里对旧行为的一个微妙变化是,添加到 dropins 文件夹的插件和功能已正确安装到系统中,而不是被强制安装。

    注意:

    确保将 zip 文件解压缩到正确的目标位置。它很容易发生,它被提取,例如进入某个子目录 - 所以请检查两次。您应该具有以下结构:

    eclipse (this is your Eclipse installation folder)
       dropins
          eclipse (this is the directory created by extracting the zip file)
             features
                com.google.*
             plugins
                com.google.*
      features
         (your already installed features)
      plugins
         (your already installed plugins)
      ...
    

    然后(重新)启动 Eclipse。

    【讨论】:

    • 谢谢克里斯...我已经这样做了,当我检查已安装的插件时...我在已安装插件列表中看到“google Eclipse Platform Plugin”和“Google Eclipse Shared Platform Plugin” .我没有看到我期待的是当我打开 Eclipse 并转到 Window-->Preferences...我希望在列表中看到 Google,但事实并非如此。我错过了什么吗?
    【解决方案2】:

    只需从此处安装插件即可开始使用。 http://code.google.com/eclipse/docs/getting_started.html

    【讨论】:

      【解决方案3】:

      如果您获得了正确的插件 zip 文件,您将在打开 zip 文件后立即看到“插件”和“功能”。

      如果您的 Eclipse 位于“c:\eclipse”位置,请将 zip 文件解压缩到“c:\eclipse”中。文件将进入相应的文件夹。

      【讨论】:

        【解决方案4】:

        将它们放到插件文件夹中

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2015-03-06
          • 2014-09-20
          • 1970-01-01
          • 1970-01-01
          • 2011-05-12
          • 1970-01-01
          • 1970-01-01
          • 2012-05-11
          相关资源
          最近更新 更多