Home » Create a Groovy Project in Eclipse | Groovy with Eclipse

Create a Groovy Project in Eclipse | Groovy with Eclipse

by Online Tutorials Library

Create a project on eclipse

Following are the steps to create a project on eclipse.

  • Click on file, then on New and then select other… option.

Create a project on eclipse

  • Now search for the groovy and select groovy project.

Create a project on eclipse

  • Give a project name and click on next button.

Create a project on eclipse

  • click on finish button.

Create a project on eclipse

How to add a class in the groovy project

  • In your project, right click on src folder, click on New and then click on other.

Create a project on eclipse

  • Click on the groovy type and then on the next button.

Create a project on eclipse

  • Now select the kind, here we are selecting Class. Now give the Package name and class Name. and click on next button.

Create a project on eclipse

  • Here we have some more options. Now I am selecting static void main(args). And click on the finish button.

Create a project on eclipse

  • The below screen shows that the class has been created.

Create a project on eclipse


You may also like