Reputation: 47
I was using apache commons-compress-1.15.jar and working on mirth connect tool and though the method was found in the java file IOUtils.java still giving out this error in mirth tool readFully(ReadableByteChannel, ByteBuffer) not found. Please help me with this error.
Thank you.
Upvotes: 0
Views: 2399
Reputation: 11
Mirth already using commons compress jar. You can find the commons compress version which is being used by mirth on below path.
Upvotes: 1
Reputation: 5132
Probably, you are not using commons-compress-1.15.jar
but using older version because the method has been introduced since 1.15.
Upvotes: 0