Ошибка файла CopyLibs Jar в проекте Netbeans - PullRequest
0 голосов
/ 10 июня 2019

Я неожиданно получил следующую ошибку, хотя код работал до вчерашнего дня. Почему появляется эта ошибка и что мне делать?

The libs.CopyLibs.classpath property is not set up.
This property must point to 
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
of NetBeans IDE installation and is usually located at 
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java- 
j2seproject-copylibstask.jar
...