Bug? Net Library compilation error. New bug??

andflav

New Member
Licensed User
Longtime User
This had all been working perfectly for sometime but now a problem has arisen which I seem unable to resolve.

To keep things simple I'm using test code which is the basic B4A FTP tutorial but as you can see I'm getting a serious compilation error. Any suggestions?

Compiling code. 0.39
Compiling layouts code. 0.05
Generating R file. 0.11
Compiling generated Java code. Error
B4A line: 24
FTP.Initialize(\
javac 1.8.0_65
src\b4a\example\main.java:237: error: cannot access CheckForReinitialize
_ftp.Initialize(processBA,"ftp","myservername",(int)(21),"user","password");
^
class file for anywheresoftware.b4a.BA$CheckForReinitialize not found
1 error
 
Top