Fernando Fontes
New Member
I am analyzing the product (trial) to purchase, and am testing several examples in the forum. When testing a web service example to compile the following message appears:
B4A version: 5.20
Parsing code. (0.01s)
Compiling code. (0.15s)
Compiling layouts code. (0.01s)
Generating R file. (3.72s)
Compiling debugger engine code. (4.02s)
Compiling generated Java code. Error
B4A line: 55
Log(Response.GetString(\
javac 1.8.0_60
src\anywheresoftware\b4a\samples\httputils2\httputils2service.java:158: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found
B4A version: 5.20
Parsing code. (0.01s)
Compiling code. (0.15s)
Compiling layouts code. (0.01s)
Generating R file. (3.72s)
Compiling debugger engine code. (4.02s)
Compiling generated Java code. Error
B4A line: 55
Log(Response.GetString(\
javac 1.8.0_60
src\anywheresoftware\b4a\samples\httputils2\httputils2service.java:158: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found