lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.11k stars 252 forks source link

Some of the java classses are not found it says when excuting code. #67

Closed bjambu20 closed 9 years ago

bjambu20 commented 9 years ago

Some of the java classses are not found it says when excuting code. ie) net.jpountz.lz4.LZ4JavaSafeCompressor not found and other classes. Please tell me to resolve these issues.

jpountz commented 9 years ago

Is it a custom build or an official release? Part of the ant build generates java classes including the one you are missing, I suspect that you built manually instead of using the Ant build as described in the README.