我正在运行项目以在eclipse中使用TestNG java进行测试,但是出现错误

I'm running the project to test using TestNG java in eclipse but I get an error

提问人:thy nguyen 提问时间:11/15/2023 最后编辑:Shawnthy nguyen 更新时间:11/15/2023 访问量:34

问:

我已经应用了库而不是默认库,以及 selenium 服务器并安装了 tomcat,但是当我运行它时出现错误。jdk214.15.08.5

Error opening zip file or JAR manifest missing : C:\Users\Admin\.m2\repository/org/aspectj/aspectjweaver/1.9.2/aspectjweaver-1.9.2.jar
Error occurred during initialization of VM
agent library failed Agent_OnLoad: instrument

我尝试下载到该文件夹中,但再次运行它仍然出现错误。aspectjweaver-1.9.2.jaraspectjweaver

java eclipse selenium-webdriver tomcat8 testng-eclipse

评论

0赞 Bhairu 11/15/2023
您是否使用系统配置配置了 Java?此外,您可以通过右键单击项目并转到“构建路径”和“编辑和应用”来切换回接受的 Java 版本。

答: 暂无答案