Hello
I am suing latest 5.90 b4j. When I just add the kvs2.bas (which is for b4x ) I get this error while compiling
Another project is just working fine with kvs2.bas .
I am suing latest 5.90 b4j. When I just add the kvs2.bas (which is for b4x ) I get this error while compiling
B4X:
B4J line: 56
Return ser.ConvertBytesToObject(cipher.Decrypt(b,
javac 1.8.0_51
src\ct\skortahminsistemi\keyvaluestore.java:116: error: cannot access DataLengthException
if (true) return _vvvvvvv3.ConvertBytesToObject(_cipher.Decrypt(_b,_password));
^
class file for org.bouncycastle.crypto.DataLengthException not found
1 error
Another project is just working fine with kvs2.bas .