我在另一臺PC上編寫代碼,最近不得不將所有項目轉移到新項目(如果值得一提的話,使用不同的用戶名)。我做了項目之一取得了一些進展,並試圖清理並生成有發生的錯誤:在Netbeans中進行清理和構建時出錯
C:\Users\Renobatio\Documents\NetBeansProjects\GUI\nbproject\build-impl.xml:262: C:\Users\Renobatio\Documents\NetBeansProjects\MigLayout\miglayout-swing.jar is not a directory.
我不知道爲什麼miglayout參考。在之前的PC上,我嘗試使用miglayout,但它不適用於我,因此我將其徹底清除,然後我可以清理並在PC上構建,但現在我無法使用。具體而言,第262行說:
<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}" >
。
我試圖更改項目屬性上的供應商名稱,但它沒有解決我的問題。
我該如何解決這個問題?