B4J Question Port library from b4a to b4j

victormedranop

Well-Known Member
Licensed User
Longtime User
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
 

victormedranop

Well-Known Member
Licensed User
Longtime User
I was experimenting with some code. i like the idea of having libraries.

i will try StringUtils.

Thanks Erel.
 
Upvote 0
Top