简体   繁体   中英

Building a fat jar in netbeans

I am trying to build a fat jar in 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

And clicking on the error, it sends me to the following line in the build-impl.xml file:

<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? You may have to change libraries.path so that it points to that actual location. If the file does exist, but you are still getting that error, then make sure you have the necessary permissions to access it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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