简体   繁体   English

在netbeans中建立一个胖子

[英]Building a fat jar in netbeans

I am trying to build a fat jar in netbeans. 我试图在netbeans中建立一个胖子罐。 When I hit clean, it shows me the following error: 当我打干净时,它显示了以下错误:

C:\\workspace\\Travel_Agency\\nbproject\\build-impl.xml:63: Source resource does not exist: C:\\workspace\\Travel_Agency\\dist\\nblibraries.properties C:\\ workspace \\ Travel_Agency \\ nbproject \\ build-impl.xml:63:源资源不存在:C:\\ workspace \\ Travel_Agency \\ dist \\ nblibraries.properties

And clicking on the error, it sends me to the following line in the build-impl.xml file: 然后单击错误,它将我发送至build-impl.xml文件中的以下行:

<loadproperties encoding="ISO-8859-1" srcfile="${libraries.path}">

Does that file exist? 该文件存在吗? C:\\workspace\\Travel_Agency\\dist\\nblibraries.properties If not, where did you put that file? C:\\workspace\\Travel_Agency\\dist\\nblibraries.properties如果没有,您将该文件放在哪里? You may have to change libraries.path so that it points to that actual location. 您可能需要更改libraries.path,使其指向该实际位置。 If the file does exist, but you are still getting that error, then make sure you have the necessary permissions to access it. 如果该文件确实存在,但是仍然出现该错误,则请确保您具有访问该文件的必要权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM