当我编译我的程序时它工作正常。但是,当我尝试构建我的程序时,我得到了:
/Users/*********/NetBeansProjects/Data Mining Program/nbproject/build-impl.xml:930: The following error occurred while executing this line:
/Users/*********/NetBeansProjects/Data Mining Program/nbproject/build-impl.xml:310: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)
930指向:
<j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>
和310指向:
<javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
大楼之前工作正常(大约一年左右......)它今天就停止了工作。我认为当我改变程序的主要类时我才开始发生这种情况。我不确定。
非常感谢对我的问题的任何见解,谢谢。
答案 0 :(得分:0)
删除未在库中正确使用的未使用的库导入。