Complete the following steps:

  1. Close Eclipse.
  2. Download the project in this zip archive.
  3. Unzip it and put the folder tspSolver inside the directory of your Eclipse workspace.
  4. Now open Eclipse by clicking on eclipse.exe.
  5. Go to File → Import, then select General → Existing Projects into Workspace and hit the Next button. You will now be asked to Select a directory to search for existing Eclipse projects. Click the top radio button for Select a root directory: then click the Browse button. A file selector should open already in your workspace directory. Select the folder tspSolver that we just put here. In the panel below labeled Projects:, tspSolver should pop with with a check box next to it already checked. Go the bottom and hit Finish.
  6. The project should now be visible in in the Project Explorer on the left panel of the Eclipse GUI. Expand the project and the src folder. Make sure everything compiles (there should be no files with a red 'x' on them). If it does not, fix your build path so all the JARs are properly located (ask a TA).
  • No labels