Wednesday, March 20, 2013

Eclipse: Change general project to Java project


  1. Open your project file (which is located in your root directory of the appropriate project) called .project with your default editor.
  2. Add <nature>org.eclipse.jdt.core.javanature</nature> tag in <natures>
  3. Save the changed file.
  4. Project automatically changed to java project.

No comments:

Post a Comment