Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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 II
Contributor II

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

0695b00000G46flAAB.png

gjeremy1617088143
Master
Master

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