Hi Team,
In my integration flow, Java compute node I am doing base64 encoding. To do that I am using
commons-codec jar. I have downloaded the jar and adding in build path of the project.
Its not showing any compilation error.But run time I am getting
NoClassDefFoundError
Code:
import org.apache.commons.codec.binary.Base64;
Base64.encodeBase64String(cipherText).replace("\r", "").replace("\n", "");
Why I am getting this error ven adding the library in build path.
Any help will be really appreciated!!!
------------------------------
SELVAKUMAR ANANTHARAJ
------------------------------