The libs.CopyLibs.classpath property is not set up

前端 未结 6 1419
误落风尘
误落风尘 2020-12-18 07:48

I\'m using Eclipse Indigo (3.7) to build an application using ant and a build.xml file.

I am getting the following exception:



        
6条回答
  •  情深已故
    2020-12-18 08:23

    1. In NetBeans, select Tools > Options > Miscellaneous > Ant
    2. In the Properties section, add the following property

    libs.CopyLibs.classpath=pathtoyour_netbeans/java/ant/extra/org-netbeans-modules-java-j2seproject-copylibstask.jar

提交回复
热议问题