How to Use Java Struts
- 1). Download and install the Jakarta Struts library (see Resources below for link).
- 2). Open the Jakarta Struts development program by opening the "JDeveloper" icon located on your computer's desktop.
- 3). Choose the "Create Project from existing WAR" menu option located on the JDeveloper desktop.
- 4). Select the default location to save Jakarta Struts projects on your computer using the JDeveloper file chooser on the subsequent menu option in JDeveloper, and then click the "Next" menu button.
- 5). Select the "Index.jsp" file in the JDeveloper menu and choose the "Run Index.jsp" from the application menu. The example Java Struts application will then be compiled and run on your computer.
Source...