The Free-Form Project Properties dialog box enables you to alter the settings you entered when you created a .
You open the Free-Form Project Properties dialog box by right-clicking the free-form project's node in the Projects window and choosing Properties.
In the Web Sources Classpath panel, you can 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: