 Step 1
 Step 1 
   Download the struts software, click the Url https://struts.apache.org/download.cgi to download the software. 
  
     Step 2
 Step 2 
    
     Step 3
 Step 3 
   Download the Zip folder. 
Extract the Zip folder in any drive.
  `
 
    Step 4
 Step 4 
   Click on Folder, one have to choose the 
location where to extract the Zip folder. After extraction
 open the 
Struts-2.3.4 version folder. 
  
     Step 5
 Step 5 
   Now, open all the jar files in lib folder. 
  
  
     Step 1
 Step 1 
   Download the MyEclipse IDE latest version, click the URL 
https://www.eclipse.org/download/  to download the software
Depending upon system select the bit size, then proceed to download a zip folder. 
 
     Step 2
 Step 2 
   Open the Zip folder and extract the folder into any drive.
  
     Step 3
 Step 3 
   Click on Ok. Open the Eclipse IDE application, before choosing the location. 
  
     Step 4
 Step 4 
   Go to the
 File -> Click on 
New -> Select the 
Dynamic web project.
  
     Step 5
 Step 5 
   Open the project name and add all the Struts 2 jar files and Srevlet-API.jar file in lib folder. 
  
     Step 6
 Step 6 
   One need to create struts.XML into the  src folder and also create a View pages (JSP Pages) and Action classes. 
  
     Step 7
 Step 7 
   Right Click on 
Project name and select the option 
Run on the server.