Renaming a package

To rename a package:
    In the Package Explorer or the Packages view select the package that you want to rename.
    From the view's pop-up menu, select Refactor > Rename.
This updates all import statements of any affected compilation units and all fully qualified references to types declared in the renamed package..
Related concepts

Java projects
Refactoring support

Related tasks

Opening a package
Moving folders, packages, and files
Creating a new Java package

Related reference

Package Explorer
Refactoring actions
Refactoring wizard
Refactoring preferences
 

Copyright IBM Corporation 2000, 2002. All Rights Reserved.