I\'ve just imported a large amount of source code into Eclipse and basically the package name is no longer valid (the code has been moved folders). Is there a way to select
Right click on the package, select Refactor > Rename. This will update all source files with the new package name.