mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-22 13:34:27 +02:00
Update README.md
This commit is contained in:
parent
be7340e859
commit
c6239d7a1a
@ -55,9 +55,9 @@ Stream-based compressor/decompressor `SnappyOutputStream`/`SnappyInputStream` ar
|
|||||||
### Setting classpath
|
### Setting classpath
|
||||||
If you have snappy-java-(VERSION).jar in the current directory, use `-classpath` option as follows:
|
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
|
$ javac -classpath ".;snappy-java-(VERSION).jar" Sample.java # in Windows
|
||||||
or
|
or
|
||||||
$ javac -classpath ".:snappy-java-(VERSION).jar" Sample.java # in Mac or Linux
|
$ javac -classpath ".:snappy-java-(VERSION).jar" Sample.java # in Mac or Linux
|
||||||
|
|
||||||
|
|
||||||
### Using with Maven
|
### Using with Maven
|
||||||
|
Loading…
x
Reference in New Issue
Block a user