我把我的网络项目从另一台笔记本电脑转移到另一台。安装了所需的所有jar文件。但是当我运行这个项目时,这个错误就出现了。
C:\Users\user\Desktop\Inventory\Inventory\nbproject\build-impl.xml:1013:
Warning: Could not find file G:\Downloads
from Chrome\commons-fileupload-1.4-src.zip to copy.
BUILD FAILED (total time: 0 seconds)
我试过了:
Could not find file mysql-connector-java-5.1.13-bin.jar
我的库中安装了mysql连接器。所以我试着回答索米尔。但我找不到
build-impl.xml
这就是:
copyfiles files="${file.reference.org-netbeans-modules-db-mysql.jar}"
todir="${build.web.dir}/WEB-INF/lib"
既然我找不到索密在我的
build-impl.xml文件
,我不知道怎么解决这个问题。我不确定该删除哪一行来修复此问题。