The project directory stores all of the information related to a project in various files and directories.
Following is an example of the structure of a project directory. Note that this project was created using the Web Application application type. Different application types may produce different directory structures:
Here is a brief descriptions of the files and directories contained in the above example:
File/directory | Description |
---|---|
ant , src , web |
These directories contain generated files that were produced by the templates for the project. |
autosave |
This directory contains autosaves of the project file. |
build , dist |
These directories were created by an ant build script that was generated for the project. |
lib |
This directory contains the library files that are required for the project according to its application type. |
templates |
This directory contains the templates for the project. |
project2.properties |
This file contains properties relating to the RapidJ GUI for the project. |
project2.rpj |
The project file for this project. |
The project file stores all of the configuration information for a
project. The project file is named after the project name, and has
a .rpt
extension.