The New Free-Form Project wizard imports an existing Java, web,
or EJB module into a
.
In the Web Sources Classpath page,
you add libraries, such as tag libraries, that you use in JSP pages.
If you have not specified libraries containing the JSP and Servlet API (the jsp-api.jar and servlet-api.jar
or the whole j2ee.jar, which contains both) in the Java Sources Classpath panel, you must specify these here. You need these
API libraries for code completion in scriptlets in JSP pages. If you do not have your own API libraries, you can use those
provided by the IDE at IDE-install-directory/enterprise/jakarta-tomcat-5.5.x/common/lib.
Notes:
Like all settings in the New Web Free-Form Project wizard,
declaring the project's classpath does not change the actual classpath of
your project as specified in your Ant script. These settings only configure
your project to mirror your Ant script so that features such as code completion,
error highlighting, and refactoring work correctly.
To add the build output of another IDE project to the classpath, add the
project's JAR file to the classpath.