Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
jerome_idf
Contributor
Contributor

TjavaRow and import org.apache.commons.codec.binary.Base64;

Hi Everyone,

I'm trying to use the org.apache.commons.codec.binary.Base64 java class in a TjavaRow component.

I added import org.apache.commons.codec.binary.Base64; in advanced settings but I still get the error below :

The import org.apache.commons cannot be resolved

Someone can help me ?

Labels (3)
2 Replies
jpronebner
Contributor
Contributor

You can try to add the following library with the component tLibraryLoad, then it should work.

0695b00000G46flAAB.png

gjeremy1617088143

If you type Base64. then ctrl+space on the tjavarow you will see that you can use other apache library to decode or encode base64.

Send me Love and Kudos