Creating or Deleting a Java Package

See Also

In the IDE, Java packages are represented by the same folder icons that represent directories.

When you a copy and paste a Java file in the IDE, the file's package declaration is adjusted according to the package hierarchy in the mounted filesystem.

To create a package:

Note You can also create a new package in the New wizard when you create a new object. In the Target Location page of the wizard, type the name of the package in the Package field. The IDE generates a directory structure to match the package name that you type. The Target Location page only appears if you open the wizard from the File menu.

To delete a package:

See Also
Filesystems Window
Creating a New File
Mounting a Filesystem
Node Icons in the Filesystems Window

Legal Notices