B4J Version: 9.30
Parsing code. (0.00s)
Java Version: 8
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
B4J line: 33
token = crypt.Encrypt(Data,\
javac 1.8.0_311
src\b4j\example\main.java:77: error: no suitable method found for NumberToString(byte[])
_token = BA.NumberToString(_crypt.Encrypt(_data,"buc374"));
^
method BA.NumberToString(double) is not applicable
(argument mismatch; byte[] cannot be converted to double)
method BA.NumberToString(float) is not applicable
(argument mismatch; byte[] cannot be converted to float)
method BA.NumberToString(int) is not applicable
(argument mismatch; byte[] cannot be converted to int)
method BA.NumberToString(long) is not applicable
(argument mismatch; byte[] cannot be converted to long)
method BA.NumberToString(Number) is not applicable
(argument mismatch; byte[] cannot be converted to Number)
1 error