How do I set the Eclipse build path and class path from an Ant build file?

前端 未结 5 783
一个人的身影
一个人的身影 2021-02-09 05:25

There\'s a lot of discussion about Ant and Eclipse, but no previously answered seems to help me.

Here\'s the deal: I am trying to build a Java program that compiles succ

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-09 06:08

    From the raw ant distribution, first run "ant -f fetch.xml" (or similar) to download a lot of needed dependencies. Add these to your Eclipse project and see if it helps.

提交回复
热议问题