On Thu, May 04, 2006 at 01:16:45PM -0500, Scott M Stark wrote: > Can I change the type of a project in eclipse? I currently have a simple > project that should be a java project. I don't see how to change this.
Edit the .project file by hand adding the necessary things for
a java project:
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
Heiko
--
Heiko W.Rupp http://www.pilhuhn.de/hwr/ http://mcntp.sf.net/
JBoss Buch: http://www.dpunkt.de/buch/3-89864-318-2.html
signature.asc
Description: Digital signature
