B4J Question Error with kvs2

tufanv

Expert
Licensed User
Longtime User
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

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 .
 

stevel05

Expert
Licensed User
Longtime User
If it's not a shared module, have you commented out the encryption subs in the other kvs file?
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
Now ı have gt another error when I initalized the kvs . There is definately a problem with me:

java.lang.RuntimeException: Class not found: org.sqlite.JDBC
 
Upvote 0
Top