Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Close Eclipse.
  2. Navigate to the checked-out folder (usually the name of the branch) and open the .project file in a text editor. Note that the file may be hidden on your system.
  3. Change
    Code Block

...

  1. <natures></natures>

...

  1. to
    Code Block

...

  1. <natures><nature>org.eclipse.jdt.core.javanature</nature></natures>

...

  1. Save and close the .project file
  2. Re-open Eclipse.