Configuring Java Builder Resource Filters

In a Java project or another project that has the Java nature, the resource type filters determine which file types are copied into the runtime build of your project. For example, you may want to copy property files that are read at runtime, but not copy Sybase project files.

To configure resource filters:

  1. In the navigator view, right-click on the project and choose Properties.

  2. Select the Java Compiler page. If this page is not available in the project properties, click Cancel, then verify the project has the Java nature.

  3. Select Use Project Settings if not already selected.

  4. Select the the Build Path tab, then add these items to the Filtered Resources field, separated by commas:

    • *.svc* to filter Java service files and other types of service files.

    • *.deploy to filter deployment profiles.

  5. Click OK to close the Properties dialog. If prompted to perform a full rebuild of the project, click OK.

Note

You can also configure the Java Compiler Build Path options in the workspace settings. Click Configure Workspace Settings and follow the steps above. The workspace Java Compiler settings affect all projects that use the Java nature.

Configuring the Java Library Search Path

Configuring Java Source Folders

Creating a Java Project

Configuring the Java Project Nature

Java Development User's Guide

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com