ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
srowen eb678fd191 More changes for 0.1.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@79 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-28 17:16:12 +00:00
core Now, can build "ZXingReaderBasic" which does not require JSR-234 2007-11-26 20:04:32 +00:00
core-ext git-svn-id: https://zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-10-23 19:12:27 +00:00
javame Now, can build "ZXingReaderBasic" which does not require JSR-234 2007-11-26 20:04:32 +00:00
javase Minor change to add braces (also testing commit notification e-mail) 2007-11-19 18:01:18 +00:00
build.properties More changes for 0.1.2 2007-11-28 17:16:12 +00:00
build.xml Now builds release .zip which puts all files into one containing directory, for convenience 2007-11-28 17:11:57 +00:00
CHANGES More changes for 0.1.2 2007-11-28 17:16:12 +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]