Java WorkShop stores project information in a file called projectname.prj. This project stores the source files. Java WorkShop creates the file using the project name, source file names, and other information you provide when you create the project.
After you create a project, you can add to and update its information. For example, you might add information on how to display the project on an HTML page, or which compiler options to use to build the project. You never directly edit the .prj file. Java WorkShop updates the file based on the actions you perform using the project manager.
Java WorkShop groups projects together into a portfolio, in the same way files are grouped into directories. Generally, each user has a personal portfolio, which contains only the projects that belong to him or her. When you first start Java WorkShop, you are "in" your personal portfolio--the portfolio that you are "in" is called your current portfolio.
The project that is displayed in the source editor is called the current project. The current project sets the context for all the tools in Java WorkShop. For example, when you use the debugging tools, they will affect the current project.
Java WorkShop stores a portfolio in a file called portfolioname.psf. The portfolio file lists the path name of each .prj file relative to the portfolio.
Next lesson: