• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to run struts program in eclipse

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Iam new to struts.I have eclipse5.5 and myEclipse5.5.1. I don't know how to configure, to run a struts program.For that any jar file needed?How to get(Where) and give me guide. Thanks & regards Sridhar.R
 
Ranch Hand
Posts: 341
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question would be more meaningful in the IDE Forum.
Please see the link "how to choose forum" for more details.

I have eclipse5.5 and myEclipse5.5.1.


The latest release of eclipse is eclipse eurpoa viz. eclipse 3.3.

Well, MyEclipse 5.5.1 is pretty good to start with Struts.

Inorder to make a struts enabled project. Do following:

1. Make a new web project( File-->Project--> Web Project)
2. Now add Struts capabilities to project ( MyEclipse-->Project
Capabilities--> Add Struts Capabilities or. Right Click on Project
-->MyEclipse-->Add Struts Capabilities)

Once, you do either of options automatically the Struts jars will be added to your project build path. So, you needn't download any jars.
 
What's gotten into you? Could it be this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic