How to change a normal Eclipse project to a Java Eclipse project
I just had the problem that i wanted to change the project-type of an Eclipse project to ‘Java Project’ — it was a normal project before. This are the steps i executed:
- Close the project
- Go to the project directory (e.g. using Terminal application)
- Open .project file
- Go to the XML node
<natures>and insert<nature>org.eclipse.jdt.core.javanature</nature>as a child. - Save the file
- Re-Open the project
That’s it.



![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=18935a78-a475-414b-9aeb-baea19f0ca6f)