Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Before we can compile the virtual zoo program using Flex Builder 2, we must first make some changes to our code in order to meet the requirements of Flex Builder 2's compiler. Flex Builder 2's compiler stipulates that a program's main class must reside in the unnamed package. Currently, our VirtualZoo class resides in the package zoo, not the unnamed package.
To move VirtualZoo from zoo to the unnamed package, we must follow these steps: