You open the Standard Web Project Properties dialog box by right-clicking any and choosing Properties.
The Libraries page lets you specify the classpath for the project, by setting the following properties:
To specify the folder, click Browse. If there is already a libraries folder, a file chooser opens. Within the file chooser, you can select a folder for your libraries. You can also configure whether each library is referenced with a relative path or an absolute path. If there is not a libraries folder, the New Libraries wizard opens. In the New Libraries wizard, you set a libraries folder and then specify how to reference each library. The simplest case is to have the libraries copied to that folder. You can also refer to the libraries in their existing location (with a relative path or an absolute path). If you have specified an existing folder, you also have the option of using copies of libraries that are already in that folder instead of the copies that are contained in the IDE's Ant Library Manager.
Notes: