facebook

Eclipse Java Builder

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #279465 Reply

    Is there any way I can add the eclipse Java Builder for the Builders under a project ?
    ( Right click : project > Properties> Builders )

    (By default it is always included under a Java project )

    #279483 Reply

    Loyal Water
    Member

    I didn’t get the question. Why would you want to add it if its already there ?

    #279510 Reply

    This project in the CVS had the default Java Builder deleted and replaced by the ant build. I wanted to revert back to the default Java builder.
    The java builder used by eclipse is org.eclipse.jdt.core.javabuilder.

    Anyway , my solution to the problem is include the following in the .project file :

    <buildSpec>
    <buildCommand>
    <name>org.eclipse.jdt.core.javabuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    </buildSpec>
    <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    </natures>

    Thanks a lot.

    Kapil

    #279531 Reply

    Loyal Water
    Member

    Glad you got the solution. Thanks for letting me know.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Eclipse Java Builder

You must be logged in to post in the forum log in