`

Eclipse install Groovy plugin 安装Groovy插件

阅读更多

TUTORIAL OVERVIEW 
Task - Install GroovyEclipse Plugin. 
Level - Very basic. 
Prerequisites - Eclipse 3.4.2, 3.5, 3.5.1 or 3.6.0.

ALL GROOVY-ECLIPSE TUTORIALS 
Install GroovyEclipse Plugin 
Create Your First Groovy Project


QUICK FACTS FOR ECLIPSE EXPERTS 

 


GroovyEclipse update site for Eclipse 3.6.n (Helios), 
snapshot build with recent fixes

http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.6/


GroovyEclipse update site for Eclipse 3.5.n (Galileo), 
M1 build

http://dist.springsource.org/milestone/GRECLIPSE/e3.5/


GroovyEclipse update site for Eclipse 3.5.n (Galileo), 
snapshot build with recent fixes

http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.5/


GroovyEclipse update site for Eclipse 3.4.2 (Europa), 
snapshot build with recent fixes

http://ci.repository.codehaus.org/greclipse/snapshot/e34/


GroovyEclipse update site for Eclipse 3.4.2 (Europa), 
M1 build

available soon

GETTING HELP – If you have problems, send a message to http://xircles.codehaus.org/lists/eclipse-plugin-user@groovy.codehaus.org.

 

 

 

Do

See

1 2 3 4 5 6 7 8

In Eclipse 3.5.x, click Help > Install New Software

You use Eclipse's standard installation process to download and install GroovyEclipse. The Eclipse user interface for software installation and update varies between 3.4 and 3.5. 

Eclipse 3.4.2 users: click Help > Software Updates and follow the dialogs to work with or add the GroovyEclipse update site - see step 3 for the URL.

 

To add the GroovyEclipse plugin download site to your Available Software Sites, click Add on the Available Software page. 

If you have previously added the site, click the blue down arrow and select if from the drop-down list of your available sites.

 

On the Add Site page, type a name in the Name box to assign a name of your preference to the site, or leave it blank to use a default site name constructed from repository metadata. 

In the Location box type the download URL the URL that corresponds to your version of Eclipse, and click Next

If you use 3.4.2 - "http://ci.repository.codehaus.org/greclipse/snapshot/e34" or 

If you use 3.5.x - "http://dist.springsource.org/milestone/GRECLIPSE/e3.5/"

 

On the Available Software page, checkmark Groovy-Eclipse Plugin, and if you wish to work with the plugin sources, Groovy Eclipse SDK

Click Next

Don't checkmark Groovy Compilers - they are included in the GroovyEclipse Plugin.

 

You can review the components to be installed on the Install Detailspage. 

As noted above, the GroovyEclipse Plugin includes two versions of the Groovy compilers: v1.7-beta2 (enabled) and v1.6.5. 

The JDT Core patch is an update to the Eclipse Java Development Tool (JDT) that enables Groovy/JDT integration.

 

Accept the license agreement and click Finish.

Eclipse prompts you to restart.

After Eclipse restarts, you can see that Eclipse's File > New menu now includes wizards for creating Groovy projects, classes, and test cases. 

You have successfully installed GroovyEclipse. 

For step-by-step instructions on how to create your first Groovy program using GroovyEclipse, see Create Your First Groovy Project.

分享到:
评论

相关推荐

    Eclipse Groovy插件

    Eclipse将开始安装插件,这可能需要几分钟的时间,期间不要关闭Eclipse。 8. 安装完成后,Eclipse可能会提示重启IDE以使更改生效。按照提示操作,重启后,Groovy插件就已经成功安装并可以使用了。 安装完Eclipse ...

    Eclipse开发Groovy插件

    7. **发布和部署**:最后,将插件打包成`.jar`或`.zip`格式,然后通过Eclipse的“Install New Software”功能安装到其他Eclipse实例中,或者上传到Eclipse Marketplace供他人下载。 在开发Groovy插件时,还需要关注...

    groovy eclipse 4.7 插件 Oxygen 离线安装包

    3. site.xml:这是插件的更新站点描述文件,用于指导Eclipse识别和安装插件及其依赖。 4. features:这个目录通常包含各个功能包的描述,每个功能包代表Eclipse中的一组相关功能。 5. plugins:此目录包含了具体的...

    Groovy-Plugin-eclipse 4.7版本-在线下载的插件-附说明

    Groovy Plugin for Eclipse是专门为在Eclipse中开发Groovy应用程序设计的插件。这个4.7版本的插件为开发者提供了全面的Groovy支持,包括代码高亮、自动完成、语法检查、调试器等功能,使得在Eclipse中编写、测试和...

    groovy plugin for eclipse 4.6(neon)

    标题中的“groovy plugin for eclipse 4.6 (neon)”指的是专门为Eclipse 4.6版本(代号为Neon)设计和优化的Groovy插件。Eclipse Neon是2016年发布的Eclipse IDE的一个重要版本,它带来了许多新功能和性能改进,旨在...

    Groovy插件

    这将允许Eclipse从非标准源安装插件。 6. 点击“Apply”按钮保存更改,然后点击“OK”按钮关闭设置窗口。 手动添加插件更新站点: 7. 再次进入“Help”菜单,这次选择“Install New Software”。 8. 在“Work with...

    Groovy_Installation_Eclipse_Plugin

    本文详细介绍了如何在 Eclipse 中安装和配置 Groovy 插件,包括准备工作、下载更新站点、安装插件、配置设置以及基本的使用方法。通过这些步骤,开发者可以在 Eclipse 中高效地开发 Groovy 和 Grails 应用。Groovy ...

    elipse里Groovy安装

    Eclipse将开始下载和安装插件,这可能需要一段时间,具体取决于你的网络速度。 9. 安装过程中,如果出现安全警告,确认你信任此插件的来源,并选择继续安装。在成功安装后,Eclipse可能需要重启以完成安装。 10. ...

    groovy_in_action_draft_ch_01.pdf

    The Eclipse IDE also provides Groovy support through a plugin. This plugin integrates seamlessly with the Eclipse environment, providing features like syntax highlighting, code completion, and ...

    lombok离线插件包

    本压缩包是为那些不常连接网络或希望离线安装Lombok插件的IDEA用户准备的。以下是关于Lombok和如何在IDEA中离线安装Lombok插件的详细信息。 **Lombok介绍** 1. **主要功能**: - `@Data`: 生成全属性的getter和...

    Eclipse集成SrpingBoot、svn、Gradle、Jetty、Maven等第三方插件

    - 打开STS后,可以通过菜单“Help” -> “Install New Software…”来安装必要的Spring Boot插件。 - 在弹出的对话框中,添加Spring Tool Suite Update Site:`...

    Grails安装SVN客户端插件指导手册

    选择它,这将开启一个新的软件安装向导,这是Eclipse中添加新插件的标准途径。 在“Install New Software…”窗口中,你会看到一个空白区域,用于输入插件的更新站点。在这个区域的右上角,有一个“Add”按钮,点击...

    lombok插件

    2. **Eclipse集成**: 在Eclipse中,可以通过"Help" > "Eclipse Marketplace"搜索"Lombok",安装后需执行"Project" > "Clean"以确保插件生效。 3. **构建工具集成**: 对于Maven或Gradle项目,需要在`pom.xml`或`...

    gradle入门指南(离线版)

    - **应用插件**: 使用`apply plugin:`语法引入插件。 - **自定义插件**: 使用Groovy或Kotlin DSL编写自己的Gradle插件,扩展构建功能。 ### 7. 构建生命周期与任务图形 - **构建生命周期**: 包括初始化、配置和...

    Lombok安装及使用

    - 下载Lombok.jar文件,然后在Eclipse中通过`Help` -> `Install New Software` -> `Add` -> `Archive...`添加Lombok插件。 - 配置项目:同样需要在项目的`pom.xml`或`build.gradle`中添加Lombok依赖。 3. **构建...

    lombok-jarjar.zip

    1. **安装插件**:对于 Eclipse 开发者,需要安装 Lombok 插件,以便在 IDE 中能够识别并处理 Lombok 注解。在 Eclipse 中,可以通过 Help -> Install New Software -> Add -> Archive... 选择下载好的 "lombok.jar...

    Maven权威指南 很精典的学习教程,比ANT更好用

    Maven Plugin 10.2.4. EJB 10.2.5. WAR 10.2.6. EAR 10.2.7. 其它打包类型 10.3. 通用生命周期目标 10.3.1. Process Resources 10.3.2. Compile 10.3.3. Process Test Resources 10.3.4. Test Compile ...

    用gradle来管理java项目的示例.zip

    2. **构建生命周期**:Gradle有多个任务(Task),如`clean`(清理项目)、`compileJava`(编译Java源代码)和`install`(安装到本地仓库)。开发者可以自定义任务,通过`dependsOn`指令定义任务间的依赖关系。 3. ...

    SCALA 入门材料

    - 进入`Configure -> Plugins -> Install plugin from disk`。 - 选择预先下载的Scala插件进行安装。 - 重启IDEA以完成安装。 #### Scala 基础 - **变量声明**:Scala中的变量声明与初始化简单明了。 - **常用...

Global site tag (gtag.js) - Google Analytics