用myeclipse构建maven project时候出现报错:Unable to create project from archetype

时间:2023-01-25 15:53:06

用myeclipse构建maven project时候出现报错:Unable to create project from archetype

如图:
用myeclipse构建maven project时候出现报错:Unable to create project from archetype

报错解决

1、确认默认工作空间是否正确
用myeclipse构建maven project时候出现报错:Unable to create project from archetype

2、确认对应的jar包是否有效
用myeclipse构建maven project时候出现报错:Unable to create project from archetype
最后根据报错提示找到出错原因:
在maven库中maven-archetype-quickstart-1.1.jar虽然存在却不能读取jar包,比如用压缩软件打开出错。然后明白该jar存在读取问题,后面将1.1目录下文件全部删除,再次构建maven项目时候就可以啦。