Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

safe compressor missing #19

Closed
bsl opened this issue Aug 8, 2013 · 3 comments
Closed

safe compressor missing #19

bsl opened this issue Aug 8, 2013 · 3 comments

Comments

@bsl
Copy link

bsl commented Aug 8, 2013

I can't rely on platform-specific code, so I'm trying to get my compressor with LZ4Factory.safeInstance().fastCompressor(). That's failing with

Exception in thread "AWT-EventQueue-0" java.lang.AssertionError:
java.lang.ClassNotFoundException: net.jpountz.lz4.LZ4JavaSafeCompressor
at net.jpountz.lz4.LZ4Factory.instance(LZ4Factory.java:48)
at net.jpountz.lz4.LZ4Factory.safeInstance(LZ4Factory.java:85)

Can I build myself a jar that includes LZ4JavaSafeCompressor and/or a jar with no native code?

@jpountz
Copy link
Collaborator

jpountz commented Aug 8, 2013

Hi Brian,

I assume you built the JAR from a fresh clone of the git repository? I have been doing a lot of refactoring recently and introduced a packaging regression by mistake that I just fixed. Can you confirm it works now?

@bsl
Copy link
Author

bsl commented Aug 8, 2013

Yes, it looks a lot better now. Thanks very much for working on it so quickly. I appreciate it.

@jpountz
Copy link
Collaborator

jpountz commented Aug 8, 2013

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants