在Eclipse Helios 3.6.1中手动安装GWT 2.1.0

时间:2010-12-18 02:13:11

标签: eclipse gwt install

我支持无法访问下载站点的Intranet。假设我可以访问所有正确的zip和jar文件。什么是将Eclipse推向Windows的步骤说明 - >偏好设置并查看Google条目?


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

有什么想法吗?

4 个答案:

答案 0 :(得分: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。

答案 1 :(得分:0)

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

答案 2 :(得分:0)

如果您为插件获得了正确的zip文件,则只要打开zip文件就会看到“插件”和“功能”。

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

答案 3 :(得分:0)

将它们放入插件文件夹