Thanks for the help, I managed to run the JRDC2 server here on my desktop, now I have another problem, I am trying to run the client app with b4A, but this error is occurring:
'''''''''
B4A version: 7.00 BETA #1
Parsing code. (0.00s)
Compiling code. (0.06s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. (0.04s)
Compiling debugger engine code. (1.05s)
Compiling generated Java code. Error
B4A line: 86
Log(\
javac 1.8.0_121
src\b4a\example\dbrequestmanager.java:156: error: non-static method getActivityBA() cannot be referenced from a static context
parent.__c.Log("Error reading response: "+BA.ObjectToString(parent.__c.LastException(getActivityBA())));
^
1 error
''''''
I added dbRequestManager.bas with the HandleJobAsync feature as reported in the tutorial, but I can not identify what is causing this error, can it be some library that is missing add? Why B4A IDE does not show any error, only when compiling.