I am trying to compile bitcoinj library [https://github.com/bitcoinj/bitcoinj] using the maven plugin.
I get an error for the DigestInputStream class of the java.security package (cannot find symbol).
Is this something that is not implemented yet?
Thanks in advance!
[ERROR] /Users/angel/bitcoinj/core/src/main/java/org/bitcoinj/core/CheckpointManager.java:40: error: cannot find symbol
[ERROR] import java.security.DigestInputStream;
[ERROR] ^
[ERROR] symbol: class DigestInputStream
[ERROR] location: package java.security
[ERROR] /Users/angel/CodeSync/Coinomi/bitcoinj/core/src/main/java/org/bitcoinj/core/CheckpointManager.java:118: error: cannot find symbol
[ERROR] DigestInputStream digestInputStream = new DigestInputStream(inputStream, digest);
--
You received this message because you are subscribed to the Google Groups "j2objc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to j2objc-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.