Struts 2 Adding Plugin

In this tutorial you will learn about the Struts 2 Adding Plugin and its application with practical example.

In this article we are going to add Struts2 Plugin in NetBeans IDE. Follow the below Steps

Table Of Contents

Step 1:- First we have to download struts2 from netbeans site. Below is the link from where you can download .

image001

Step 2:- In this step we will have to extract this zip file like below image.

image003

Step 3:- Start Your NetBeans, and go to Tools->Plugins Like below image.

image005

 

Step 4:- After clicking Plugins, Go to download and then click on “Add Plugins…” , find the path where you have extracted that zip file and then select files like below image and click on Open.

image007

Step 5:- In this step you will get list of downloaded plugins, simply check all and click on install like below image.

image009

Step 6:- In this step , this will inform you that these are the plugins which are going to install, simply click on “Next” to proceed.

image011

Step 7:- Last step for installing , this step will ask you to accept the “License Agreement”, check the condition and click on “Install”. Check below image.

image013

Step 8:- After installing All Plugins, Next step will ask you for “Restart IDE Now” or “Later” , Please restart it so that it can make changes.

image015

Step 9:- This is our last step in which you can check our installed plugins. Check below image and also your IDE.

image017

We are done with installing Struts2 plugin in our IDE. Now We will create HelloWorld Project in our next article.

In this tutorial we have learn about the Struts 2 Adding Plugin and its application with practical example. I hope you will like this tutorial.