在 Eclipse Helios 3.6.1 中手动安装 GWT 2.1.0

发布于 2024-10-08 01:47:50 字数 377 浏览 0 评论 0原文

我所在的 Intranet 无法访问下载站点。假设我可以访问所有正确的 zip 和 jar 文件。让 Eclipse 进入 Windows 的分步说明是什么 ->首选项并看到 Google 条目?


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

有什么想法吗?

I am behind an intranet that does not have access to the download sites. Assuming I have access to all of the correct zip and jar files. What are the step by step instructions to get Eclipse to the point where I can go to Windows -> Preferences and see the Google entry?


1) I don't have access to the http://code.google.com/eclipse/docs/getting_started.html site because I am on a closed network.
2) I tried using the dropins folder and when I re-open Eclipse and go to Windows->Preferences "Google" isn't listed.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

好听的两个字的网名 2024-10-15 01:47:50

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

这使用 Eclipse dropins 机制,这有助于 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。

The official zip-file installation instructions are at http://code.google.com/eclipse/docs/install-from-zip.html

This uses the Eclipse dropins mechanism, which helps Eclipse to pick up the new plugins in a clean way, quote:

... the dropins folder can be used much like the plugins directory was used in the past. A subtle twist on old behavior here is that plug-ins and features added to the dropins folder are properly installed into the system rather than being forced in.

Note:

Make sure, that you extract the zip file into the correct destination. It can easily happen, that it gets extracted e.g. into some subdirectory - so please check twice. You should have the following structure:

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)
  ...

Then (re-)start Eclipse.

梦里兽 2024-10-15 01:47:50

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

Just install the plugin from here and you are set to go.
http://code.google.com/eclipse/docs/getting_started.html

岁月静好 2024-10-15 01:47:50

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

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

If you get a correct zip file for plugin, you will see "plugins" and "features" as soon as you open the zip file.

If your eclipse is in a location "c:\eclipse", extract the zip file into "c:\eclipse". The files will go into the corresponding folders.

路弥 2024-10-15 01:47:50

将它们放入插件文件夹中

Drop them in the plugins folder

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文