﻿1. How to run tutorial ?

 Type following command in command prompt. (directory is example)

----------
C:\qrcode>javac -cp lib\qrcode.jar;. example\QRCodeDecoderCUIExample.java

C:\qrcode>java -cp lib\qrcode.jar;. example.QRCodeDecoderCUIExample res\qrcode.jpg

Hello, QR Code !
こんにちは、QRコード !

C:\qrcode>
----------

2. How to use this library ?
 See example\QRCodeDecoderCUIExample.java .
 Note that this directory can be imported as an Eclipse Java Project.