Thursday, October 29, 2009

Eclipse Tips

1. To import and export WAR files. Use the default export and import function within eclipse.

2. When Eclipse has this red exclaimation mark after importing a WAR file, that means the servlet path has not been set for the project. Right click on the project > Build Path > Configure Build Path > Add External Jar > Servlet-api.jar

No comments: