t0927038065 發表於 2016-10-2 02:07

有原碼 但沒有build建置檔 能順利編譯核心嗎?

如題 src 在Eclipse中沒有任何錯誤
但沒有建置檔該如何編譯版本核心出來呢?

管理員 發表於 2016-10-2 15:55

可以compiler 嗎 ?

t0927038065 發表於 2016-10-2 16:28

管理員 發表於 2016-10-2 15:55
可以compiler 嗎 ?

該怎麼用?能幫幫忙嗎?

t0927038065 發表於 2016-10-2 16:34

管理員 發表於 2016-10-2 15:55
可以compiler 嗎 ?

131行指向<javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">

303行指向<j2seproject3:javac/>

有解嗎?

bennyst 發表於 2021-7-15 18:21

boss6731 發表於 2023-11-16 07:09

路過看看

yasioukon 發表於 2023-11-16 09:46

可以找 ECLIPSE 建立 build.xml 的相關文章
他會自動幫你產生一個檔案

或者用單檔軟體
例如 Jcreator
單檔編譯 可以不透過build.xml打包

pakelone1 發表於 2023-12-7 09:47

謝謝大大的分享~~
頁: [1]
查看完整版本: 有原碼 但沒有build建置檔 能順利編譯核心嗎?