The libs.CopyLibs.classpath property is not set up

前端 未结 6 1415
误落风尘
误落风尘 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:12

    I just stumbed across this article which helped me:

    How to fix the libs

    Instructions for Netbeans 8

    Open:

    Tools -> Options -> Java -> Ant

    Paste the following in Properties:

    libs.CopyLibs.classpath=[Netbeans Install]NetBeans6.5java2antextraorg-netbeans-modules-java-j2seproject-copylibstask.jar

提交回复
热议问题