that is also an option ;)

/max

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




--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to