在 Eclipse Helios 3.6.1 中手动安装 GWT 2.1.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
官方 zip 文件安装说明位于 http://code.google。 com/eclipse/docs/install-from-zip.html
这使用 Eclipse dropins 机制,这有助于 Eclipse 以干净的方式获取新插件,引用:
注意:
确保将 zip 文件解压缩到正确的目的地。它很容易发生,例如它被提取到某个子目录中 - 所以请检查两次。您应该具有以下结构:
然后(重新)启动 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:
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:
Then (re-)start Eclipse.
只需从此处安装插件即可开始使用。
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
如果您获得正确的插件 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.
将它们放入插件文件夹中
Drop them in the plugins folder