victormedranop Well-Known Member Licensed User Longtime User Dec 5, 2017 #1 I made an small library to encrypt some data in 3des and base64 with password. now I try to port to b4j everything works on the compiler bur en I try to run on b4j. sais this. but in b4a works nice. java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64 was build with simple library compiler. Victor
I made an small library to encrypt some data in 3des and base64 with password. now I try to port to b4j everything works on the compiler bur en I try to run on b4j. sais this. but in b4a works nice. java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64 was build with simple library compiler. Victor
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2017 #2 Why do you need to create a library for this? Use Encryption library with StringUtils. Upvote 0
victormedranop Well-Known Member Licensed User Longtime User Dec 6, 2017 #3 I was experimenting with some code. i like the idea of having libraries. i will try StringUtils. Thanks Erel. Upvote 0
I was experimenting with some code. i like the idea of having libraries. i will try StringUtils. Thanks Erel.