Reviews
WebSphere TutorialsWebSphere V5.0 : Java Development - Use property dialogues
WebSphere V5.0 : Java Development - Use property dialogues
In this tutorial you will learn about WebSphere V5.0 : Java Development - Use property dialogues, Java Build Path page, Source tab, Projects tab, Libraries tab, Order and Export tab and Build output folder.
Use property dialogues
Java Build Path page
The options in this page indicate the build path settings for a Java project. You can reach this page through:
1. the New Java Project wizard
2. the Java Build Path property page (Project > Properties > Java Build Path) from the context menu on a created project or the File menu
The build class path is a list of paths visible to the compiler when building the project.
Source tab
Source folders are the root of packages containing .java files. The compiler will translate the contained files to .class files that will be written to the output folder. The output folder is defined per project except if a source folder specifies an own output folder. Each source folder can define an exclusion filter to specify which resources inside the folder should not be visible to the compiler.
Resources existing in source folders are also copied to the output folder unless the setting in the Compiler preference page (Window > Preferences > Java > Compiler > Build Path) specifies that the resource is filtered.

Projects tab
In the Required projects on the build path list, you can add project dependencies by selecting other workbench projects to add to the build path for this new project. The Select All and Deselect All buttons can be used to add or remove all other projects to or from the build path.
Adding a required project indirectly adds all its classpath entries marked as 'exported'. Setting a classpath entry as exported is done in the Order and Export tab.
The projects selected here are automatically added to the referenced projects list. The referenced project list is used to determine the build order. A project is always build after all its referenced projects are built.

Libraries tab
On this page, you can add libraries to the build path. You can add:
- Workbench-managed (internal) JAR files
. - File system (external) JAR files
. - Folders containing CLASS files
JAR files can also be added indirectly as class path variables. By default, the library list contains an entry representing the Java runtime library. Typically this is a variable entry called JRE_LIB. This entry points to the JRE selected as the default JRE. The default JRE is configured in the Installed JREs preferences page (Window > Preferences > Java > Installed JREs).

Order and Export tab
In the Build classpath order list, you can click the Up and Down buttons to move the selected path entry up or down in the build path order for this new project.
Checked list entries are marked as exported. Exported entries are visible to projects that require the project. Use the Select All and Deselect All to change the checked state of all entries. Source folders are always exported, and can not be deselected.

Build output folder
At the bottom of this page, the Build output folder field allows you to enter a path to a folder path where the compilation output for this project will reside. Use Browse to select an existing location from the current project. The default for this field is configured in the New Project preference page (Window > Preferences > Java > New Project).
_____________
Author: Mikalai Zaikin. Please Click Here to visit Authors site for any updates and changes to the study notes.
WebSphere Tutorials
- WebSphere V5.0 : Building Expressions
- WebSphere V5.0 : Creating SQL statements
- WebSphere V5.0 : Applying DDL scripts to a remote database
- WebSphere V5.0 : Deploying to the database
- WebSphere V5.0 : Defining a table
- WebSphere V5.0 : Defining a database
- Working with Data in WebSphere
- WebSphere V5.0 : Debugging - JSP debugging
- WebSphere V5.0 : Debugging - Scrapbook Page
- WebSphere V5.0 : Debugging - View variables
- WebSphere V5.0 : Debugging - Step-through code
- WebSphere V5.0 : Debugging - Set breakpoints
- WebSphere V5.0 : Running Applications - Export J2EE applications
- WebSphere V5.0 : Running Applications - Run/operate server
- WebSphere V5.0 : Running Applications - Understand Session Manager
- WebSphere V5.0 : Running Applications - Configure data sources
- WebSphere V5.0 : Running Applications - Create server instance and server configuration
- WebSphere V5.0 : Web Development - Use Web Page Wizards
- WebSphere V5.0 : Web Development - Work with Web Application Deployment Descriptor
- WebSphere V5.0 : Web Development - Use content assist
- WebSphere V5.0 : Web Development - Use Page Designer to add and modify HTML and JSP content
- WebSphere V5.0 : Web Development - Understand classpath and module dependencies
- WebSphere V5.0 : Web Development - Create resources in appropriate J2EE locations
- WebSphere V5.0 : Web Development - Create a web project
- WebSphere V5.0 : Java Development - Use property dialogues
- WebSphere V5.0 : Java Development - Use hierarchy view
- WebSphere V5.0 : Java Development - Use task view
- WebSphere V5.0 : Java Development - Use search function
- WebSphere V5.0 : Java Development - Use content assist function and declarations
- WebSphere V5.0 : Java Development - Use refactoring features
- WebSphere V5.0 : Java Development - Use Outline View and Browsing View
- WebSphere V5.0 : Java Development - Create Java project, packages, classes, methods
- WebSphere V5.0 : Workbench Basics - Use the Help feature to aid in development activities
- WebSphere V5.0 : Workbench Basics - Import to and export from the workbench
- WebSphere V5.0 : Workbench Basics - Work with Perspectives
- WebSphere V5.0 : Workbench Basics - Set workbench preferences
- WebSphere V5.0 : Workbench Basics - Create J2EE projects







