2008年5月22日 星期四

Zxing 編譯與執行

建置方式
尋找資料夾底下 build.xml檔案
執行Ant完成建置

執行(on windows)

cd core
ant
cd ../javase
ant
After building, simply run this class with java:

cd ..
java -cp javase\javase.jar;core\core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]

執行(on phone)

需要以下前置動作

* 下載安裝 Sun's Java Wireless Toolkit 2.5.2
* 編輯 build.properties 到你安裝WTK目錄下.
* 下載 Proguard, 並複製 proguard.jar 到你安裝WTK目錄下.

接著輸入下列指令
cd core
ant
cd ../javame
ant

沒有留言: