Error during artifact deployment
在学习servlet时,需要添加json包,发现添加后运行不起来,老是报Error during artifact deployment
的错误。其实是因为我添加json包之后,没有把这个包一起打包输出。
解决方法是这样的:
1、打开项目设置,找到Artifacts
设置项。
?
2、把右边的Available Elements
的包添加到左边的lib
文件夹。
之后再次运行调试,发现就可以了。
原文地址:https://www.cnblogs.com/huixi/p/wo-yu-dao-de-cuo-wu-ji-jie-jue-fang-fa.html
时间: 2024-10-25 11:14:36