0

我无法找到通过 Ubuntu 10.04 上的包管理器安装 Eclipse 和 ant1.8 的方法。

安装 ant1.8 后,尝试安装 eclipse 会产生:

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

沿着依赖树向下走,我到达:

The following packages have unmet dependencies:
  eclipse-platform: Depends: ant (>= 1.7.1)
E: Broken packages

但是,安装 ant 需要删除 ant1.8。

有没有办法在不安装 ant1.8 或包管理器之外的 eclipse 的情况下解决这个问题?

谢谢!

4

2 回答 2

0

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.

于 2011-08-31T19:19:29.650 回答
0

我个人从不从存储库安装任何 Java 开发工具,因为它会给您带来各种问题,例如版本不兼容、升级困难等。大多数 Java 工具、IDE、应用服务器都可以在 zip 存档中下载,所以您只需解压缩它,设置环境变量,就可以开始使用了!

于 2011-08-31T19:36:04.970 回答