Groovy Download and Install Tutorial | How to install Groovy on windows

Here, we have discussed the simple steps for Groovy download and installation on windows PC - and tutorial for "How to install Groovy on windows".

Hey folks, do you want to know how to install Groovy on Windows? - If yes then you have come to the right place.

Groovy is a powerful open source programming language which was designed and developed in the year 2003 by Bob McWhirter and James Strachan and after discontinuance Guillaume Laforge and Jeremy Rayner again brought back it in 2005. Groovy is licensed under Apache 2.0 license. Groovy programming language is an object oriented programming language which runs on Java SE platform. And in Groovy programming language, programmers can use the existing Java libraries and it provides the feature of operator overloading. Groovy programming language is both statically and dynamically typed programming language and it is used to combine Java modules, develop Java application, etc. Groovy programming language is considered as both computer programming and scripting language. As Groovy programming language is open sourced, it can be downloaded and used by anyone for free from its official website.

Groovy Download and Install Tutorial | How to install Groovy on windows

In this tutorial we will discuss the simple steps for Groovy download and installation on windows PC.

So let's began...

Tutorial for Groovy download and Installation on Windows 10

Here, we have explained the steps to download and install Groovy in windows PC. 

• Check if Java is installed

This is the first and most important step to download and install groovy, in this you have to check  that java jdk is already installed or not on your pc. 

Is it necessary to have Java on pc before groovy download? - Yes, because without java you will not be able to run groovy on windows pc. So, before downloading groovy windows Installer make sure java is already installed on your pc. It is quite very simply, just go to "Command prompt" then type "java -version" and press enter. If you already have java installed on your Windows PC, then it will show you something like this;

Groovy Download and Install Tutorial | How to install Groovy on windows

• Download Groovy JDK8+ Windows installer

After checking that java is installed on your pc or not, you need to download groovy jdk windows installer file. Simply go to your browser and search for "groovy download". After searching, many search results will appear on your screen. You just have to open the first link and then scroll down the opened page. After that you have to select the latest version and download it by tapping on groovy windows installer or click here for groovy download.

Groovy Download and Install Tutorial | How to install Groovy on windows

• Setup Groovy exe file

In this step, you have to setup groovy exe file  on your PC. Just go to downloads then search groovy window Installer file and click it to open.

Groovy Download and Install Tutorial | How to install Groovy on windows

After clicking this, Groovy setup wizard pop-up will appears on your computer screen. Just click on "Next" button to continue.

Groovy Download and Install Tutorial | How to install Groovy on windows

Now, you have to agree terms of Groovy license agreement - for this, simply select the option of " I accept the terms in the license agreement" and click on "Next" to continue groovy setup.

Groovy Download and Install Tutorial | How to install Groovy on windows

• Install Groovy 

After setup, your Groovy is ready to install on  windows PC. Click on "Install" button to begin the Groovy installation on windows. Or click "back" button to review changes.

Groovy Download and Install Tutorial | How to install Groovy on windows

• Check if groovy is running on your Windows PC

In this step, you have to check whether groovy is fully installed on your PC or not. For this, just go to menu and search "Command prompt". Open the command prompt then type " Groovy --version" and press enter key. If groovy is fully installed then it will show you result like this;

Groovy Download and Install Tutorial | How to install Groovy on windows

• Say "Hello world" on Groovy

Huraahhh!! Groovy is successfully installed on your Windows PC. Now you can run Groovy by clicking on "GroovyConsole". 

Now, to print "Hello World" in Groovy Console - Simply  type Print "hello world..." then click on "View" and then select the "Run"  button to run Hello World on Groovy Console.

Groovy Download and Install Tutorial | How to install Groovy on windows

Conclusion

Above we have discussed the simple steps for Groovy download and installation on windows PC. And by following these steps you can easily download and install Groovy programming language on Windows PC. Groovy is a powerful open source programming language which was designed and developed in the year 2003 by Bob McWhirter and James Strachan and after discontinuance Guillaume Laforge and Jeremy Rayner again brought back it in 2005. Groovy is licensed under Apache 2.0 license. Groovy programming language is an object oriented programming language which runs on Java SE platform. And in Groovy programming language, programmers can use the existing Java libraries and it provides the feature of operator overloading. As Groovy programming language is open sourced, it can be downloaded and used by anyone for free from its official website. I hope this information will be helpful to you all.