Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ant 运行用 Java 编写的测试。java 文件编译得很好,但是运行时会报错:Could not find or load main class.
Could not find or load main class.
直到昨天,我才能够毫无问题地构建项目,但突然之间它停止了工作。
我的 Java 安装和类路径似乎没有问题,因为我可以运行 Java 文件而不需要Ant. 当我使用Ant执行java代码时会出现问题。
Ant