Jsp Tutorial Home

Jsp Home

JSP Resources

Community

Site

Creating Web Application in Eclipse


The following are the steps which will create the web application using eclipse.



  1. Goto File > new >project or right click the project explorer and then select new>project option.

  2. Project dialog box appears.

  3. Select the Dynamic web application from the Web option.

  4. Enter the name for the project and select the location where you want to create the project folder.

  5. Click finish.

  6. This will create the folders like src, build and WebContent. WebContent is the folder where we will place all the dependent libraries and jsp files where as in src we will have Java source files for the application.


Note:- Click here to see the steps in a movie. We are using the latest version of Eclipse 3.2.2. The downloadable zip file is available on the http://eclipse.org site.

                    

Copyright © 2012 VisualBuilder. All rights reserved