Eclipse中执行Ant脚本出现Could not find the main class的问题及解

Posted wang-ze

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse中执行Ant脚本出现Could not find the main class的问题及解相关的知识,希望对你有一定的参考价值。

试过了:https://blog.csdn.net/bookroader/article/details/2300337

但是不管用,偶然看到这篇没有直接关系的

https://blog.csdn.net/jiuyueguang/article/details/9350753

 

联想了一下。项目是JDK1.5,Eclipse是JDK1.8启动,所以在Run as->Ant build之前,先Run as->External Tools Configurations,找到之前报错的Ant Build,然后按如下图片,选择Eclipse的JDK启动而不是项目的JDK。

技术分享图片

 

以上是关于Eclipse中执行Ant脚本出现Could not find the main class的问题及解的主要内容,如果未能解决你的问题,请参考以下文章

通过ant调用shell脚本执行adb命令

在 Eclipse 中禁用 Ant 脚本的 DTD 警告?

在 Eclipse 中使用 ANT 脚本时如何调试 Java 代码

Ant Problem: failed to create task or type foreach 问题

Could not launch in profiling mode because no profilers are

Ant 批量执行jmeter 脚本