小编use*_*496的帖子

未设置libs.CopyLibs.classpath属性

我正在使用Eclipse Indigo(3.7)来构建使用antbuild.xml文件的应用程序.

我收到以下异常:

C:\navigator\nbproject\build-impl.xml:774: 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
Run Code Online (Sandbox Code Playgroud)

任何人都可以建议我如何解决这个问题?

java eclipse ant

3
推荐指数
3
解决办法
3万
查看次数

标签 统计

ant ×1

eclipse ×1

java ×1