Skip to content


MercurialEclispe, clone a java project

Right, more issues.

Mercurial doesnt have a clone as Java project option (like SVN does), so to fix this:

  1. Clone a project
  2. Close Eclipse
  3. Edit the project’s .project file’s natures section
  4. Add <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    </natures>
  5. Add the java library:

Posted in Technology. Tagged with , , .