lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 253 forks source link

lz4.1.3.0 backward compatibility #62

Closed JihongMA closed 9 years ago

JihongMA commented 9 years ago

noticed lz4.1.3.0 requires JDK7 to build, but does it have backward compatibility to run on JDK6 without any issue?

jpountz commented 9 years ago

Given that JDK7 just eol'ed I'm not considering adding back support for JDK6. If you really have no choice I think your only option is to try to tweak the source code to build with JDK6 and then build from source.