Different Java IDES

Discussion in 'Java' started by meenal deshpande, Nov 23, 2018.

  1. meenal deshpande

    meenal deshpande New Member

    Joined:
    Oct 11, 2018
    Messages:
    20
    Likes Received:
    2
    Trophy Points:
    3
    Gender:
    Female
    As i am using Eclipse and I have question that how to integrate ANT tool using the eclipse ???
     
  2. meenal deshpande

    meenal deshpande New Member

    Joined:
    Oct 11, 2018
    Messages:
    20
    Likes Received:
    2
    Trophy Points:
    3
    Gender:
    Female
    1. Make sure that the build.xml is a part of your java project, and does not reside at a location that is external to the project.
    2. Enable Ant View by following Window > Show View > Other > Ant > Ant.
    3. Open Project Explorer, drag the build.xml into the Ant View.
     
  3. sayalipatil

    sayalipatil New Member

    Joined:
    Dec 18, 2018
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Female
    Home Page:
    https://crbtech.in/online-java-training-course
    If you have downloaded and installed Eclipse already, you have very little to do to get started. Eclipse comes pre bundled with the Ant plugin, ready to use.

    Follow the simple steps, to integrate Ant into Eclipse.

    • Make sure that the build.xml is a part of your java project, and does not reside at a location that is external to the project.

    • Enable Ant View by following Window > Show View > Other > Ant > Ant.

    • Open Project Explorer, drag the build.xml into the Ant View.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice