0

I am trying to import a Java project into Eclipse and this answer states that I must use the Java Project from Existing Ant Build File to do this. Problem is that this option does not exist in my installation of Eclipse. Here is what I see when I select File > New > Project.

enter image description here

What do I need to install to get this option?

UPDATE:

Here are my version details for Eclipse:

enter image description here

It was installed on Windows 10 via a download of adt-bundle-windows-x86-20140702.zip. I have only used it for Android development to date, but now I need to port an application from Java to Android so am trying to create a project for the Java application.

Community
  • 1
  • 1
BruceHill
  • 6,954
  • 8
  • 62
  • 114
  • 1
    Don't you have anything about ant in File > New > Other... ? Also, what is your version of Eclipse ? – Arnaud Mar 15 '16 at 07:58
  • Try Help>Install new software, then select "all available sites", and search and install "Eclipse Java Development Tools" . – Arnaud Mar 15 '16 at 08:35
  • Looks like Google either left the Ant tools out of their packaged Eclipse or they have hidden them. I don't know this package but look in the Preferences in 'General > Capabilities' to see if there is something you can enable. – greg-449 Mar 15 '16 at 08:44
  • @Berger You are right, the Eclipse Java Development Tools were left off this package. Installing them via Help>Install resolved the issue. Thanks. – BruceHill Mar 15 '16 at 08:51
  • @greg-449 Tools were indeed left out of the package. Thanks for the help. – BruceHill Mar 15 '16 at 08:53

0 Answers0