mirror of
https://github.com/zxing/zxing.git
synced 2025-01-14 20:57:40 -08:00
c938a5d196
TODO: 1. Semicolons need to be escaped 2. In the android code, need much better error checking. Incorrect barcodes crash Barcode Scanner! 3. Add network type NOPASS to the android code. This is ready, and will be a separate checkin. git-svn-id: https://zxing.googlecode.com/svn/trunk@1439 59b500cc-1b3d-0410-9834-0bbf25fbcc57 |
||
---|---|---|
.. | ||
libs | ||
src/com/google/zxing/web/generator | ||
.classpath | ||
.project | ||
Generator.launch | ||
README |
To develop with Eclipse. Before importing the project, you need to define some variables. - In Eclipse Preferences, go to General->Workspace->Linked Resources. - Click New and add the 2 following variables: - GWT_HOME that point to the directory containing gwt-user.jar - GWT_JAR that point to the gwt-dev-XXX.jar file directly. (XXX will be linux, mac, etc) - then you can import the project by File->Import...->Existing project into workspace.