Fix typo in date error message
[zxing.git] / zxing.appspot.com / generator / README
1
2
3 To develop with Eclipse.
4
5 Before importing the project, you need to define some variables.
6 - In Eclipse Preferences, go to General->Workspace->Linked Resources.
7 - Click New and add the 2 following variables:
8   - GWT_HOME that point to the directory containing gwt-user.jar
9   - GWT_JAR that point to the gwt-dev-XXX.jar file directly. (XXX will be linux, mac, etc)
10 - then you can import the project by File->Import...->Existing project into workspace.
11