java - issue when building the project in netbeans 7.1.2? -


I have a project in Netbeans 7.1.2 and I get the following problem until I try to build the project I

  D: \ netbeans_workspace \ Servlets-DWR \ nbproject \ build-impl.xml: 479: libs.CopyLibs.classpath property is not set up. This property is part of the NetBusiness IDE installation and is usually & lt; Netbeans_installation & gt; / Java & lt; Version & gt; The org-netbeans-modules-java-j2seproject-copylibstask.jar file should be located in the / ant / additional folder. Either open the project in the IDE and make sure the copy library is present or manually set up the property. For example: ant-dlibs.CopyLibs.classpath = a / path / to / org-netbeans-modules-java-j2seproject-copylibstask.jar Bulldale failed (total time: 0 seconds)    

You can resolve this issue by following these steps:

  1. Netbeans In, select Tools and gt; Options & gt; Miscellaneous & gt; Ant
  2. In the Property section, add the following property:

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

    Ensure that you replace the error with netbeans for the path of reporting error. Such as C: / Program Files / Netbeans 6.9.1

Comments