gpt4 book ai didi

java - 错误: Could not find or load main class maven project

转载 作者:太空宇宙 更新时间:2023-11-04 12:56:51 27 4
gpt4 key购买 nike

两周以来我一直面临一个问题,我非常渴望解决它,因为它似乎出现在我制作的每个新项目中。我创建了一个新的 Maven 项目,使用新安装的 java 目录正确设置了 java_home 变量和路径,我已经使用 maven clean 清理了该项目,没有明显的错误,一切看起来都很好,但是当我运行主类时,我收到此错误,告诉我无法找到或加载主类而没有任何其他详细信息。如果您能帮助我,那就太好了,提前谢谢您。为了提供更多信息,这是我的项目的结构

enter image description here

这是我的主类的代码,我也使用 hibernate

enter image description here

User_类在这里

enter image description here

最后,这里有一些屏幕截图,以防您需要

enter image description here

enter image description here

enter image description here

enter image description here

最佳答案

打开 pom.xml 文件并检查主类是否在以下元素中设置

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>full.path.to.Class</mainClass>

关于java - 错误: Could not find or load main class maven project,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35328444/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com