是否可以将Google插件安装到Eclipse 4.x?

时间:2012-01-12 13:56:42

标签: eclipse google-app-engine gwt eclipse-plugin

之前我没有开发eclipse插件,我不知道它是怎么回事,但我想知道因为GPE现在是开源的,是否很容易重新编译plugin source以生成与eclipse 4.1或4.2兼容的版本还是需要有插件开发经验的人?

3 个答案:

答案 0 :(得分:8)

答案 1 :(得分:3)

删除了原始答案,因为它已被弃用。使用seanf的答案和新的更新站点链接。

答案 2 :(得分:2)

以下是有关如何在Eclipse Juno(候选发布版)上安装Google插件的分步指南。
它也可以在https://plus.google.com/110140945975184013033/posts/ePFpQZYhPQq

找到
How to Install GWT Plugin for Eclipse on 3.8 or Juno:

1. Download zipped update site for 3.7 
   from http://code.google.com/eclipse/docs/install-from-zip.html
2. Unzip content.jar; rm content.jar
3. Edit content.xml; change 
   <required namespace='org.eclipse.equinox.p2.iu' 
       name='org.eclipse.platform.feature.group' range='[3.7.0,3.8.0)'/> 
   to 
   <required namespace='org.eclipse.equinox.p2.iu' 
       name='org.eclipse.platform.feature.group' range='3.7.0'/>
4. jar cMf content.jar content.xml (zip won't work)
5. Install from local update site