Update README.md

This commit is contained in:
Taro L. Saito 2012-09-06 10:45:59 +09:00
parent be7340e859
commit c6239d7a1a
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ Stream-based compressor/decompressor `SnappyOutputStream`/`SnappyInputStream` ar
### Setting classpath
If you have snappy-java-(VERSION).jar in the current directory, use `-classpath` option as follows:
$ javac -classpath ".;snappy-java-(VERSION).jar" Sample.java # in Windows
or
$ javac -classpath ".:snappy-java-(VERSION).jar" Sample.java # in Mac or Linux
$ javac -classpath ".;snappy-java-(VERSION).jar" Sample.java # in Windows
or
$ javac -classpath ".:snappy-java-(VERSION).jar" Sample.java # in Mac or Linux
### Using with Maven