Importing a Web project

To import a project in an archive file (or a project interchange file from an older release of Eclipse) into ZIETrans Toolkit:
  1. From the menu bar click File > Import to open the Import wizard.
  2. Select General > Existing Projects into Workspace and click Next.
  3. Select the Select archive file option and click Browse to browse for the archive file.
  4. In the Projects section, select the project (or projects) you want to import.
  5. Click Finish.
After importing, if you get the following error:
Project 'xxxxx' is missing required source folder: 'Java Source'

The project cannot be built until build path errors are resolved
To fix this error perform these steps:
  1. Select the project in the ZIETrans Projects view.
  2. From the Eclipse toolbar, select File > New > Other.
  3. On the "Select a wizard" page, expand General, select Folder, and click Next.
  4. Ensure that your project is selected as the parent folder.
  5. Enter Java Source as the folder name.
  6. Click Finish.