开发者

Installing Eclipse with ant1.8 on Ubuntu 10.04 through package manager

I'm having trouble figuring out a way to have both Eclipse and ant1.8 installed through the package manager on Ubuntu 10.04.

With ant1.8 installed, trying to install eclipse yields:

The following packages have unmet dependencies:
  eclipse: Depends: eclipse-jdt but it is not going to be installed
           Depends: eclipse-pde but it is not going to be installed
E: Broken packages

Going down the dependency tree, I arrive at:

The following packages have unm开发者_StackOverflowet dependencies:
  eclipse-platform: Depends: ant (>= 1.7.1)
E: Broken packages

But, installing ant requires the removal of ant1.8.

Is there a way to resolve this issue without installing ant1.8 or or eclipse outside of the package manager?

Thanks!


Do you have any reason to keep ant 1.8? If not, remove it first and then try the same again after you install ant 1.7.1.


I personally never install any java development tools from repository, because it gives you all kind of problems, such as version incompatibility, difficulties to upgrade etc. Most of the java tools, IDEs, app servers are available for download in zip archives, so you just have to unzip it, set up environment variables and you're ready to go!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜