I have a project and it only contains *.jars and prop.properties and build.xml file.
I have tried the import way in eclipse but it did not work?
How can I import such a project into eclipse?
I appreaciate your answer!!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well normally build.xml file is contained in ant build projects. eclipse has the ability to run an ant project. try right clicking on build.xml and run as ant.