ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen d8ef9bc275 Removed unneeded import
git-svn-id: https://zxing.googlecode.com/svn/trunk@137 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-07 21:17:40 +00:00
core Removed unneeded import 2008-01-07 21:17:40 +00:00
javame Icon now has transparent background 2008-01-02 22:56:56 +00:00
javase Trivial move of a commented method to better spot -- won't compile where it is now 2008-01-02 23:11:41 +00:00
rim Added first cut at script to build a Blackberry client -- does not yet seem to work. 2007-12-11 20:18:57 +00:00
build.properties Update for 0.2 2008-01-07 16:39:53 +00:00
build.xml Put back the buildwithoutj2me target. 2007-12-17 18:59:03 +00:00
CHANGES Update for 0.2 2008-01-07 16:39:53 +00:00
COPYING Oops, update year / company 2007-11-15 17:56:28 +00:00
README git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 17:59:01 +00:00

Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStarted

To get started, you can try building and running the command-line client;
you will need to have Apache's Ant tool installed to run this:

ant -f core/build.xml
ant -f javase/build.xml
java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]