Other Can't compile with b4a

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
from this morning I can't compile with b4a, both applications and libraries.

Some applications, can't find a sub implemented into library that I wrote.
So I tried to recompile the library, but I get this error:

B4X:
Parsing code. 0.02
Compiling code. 0.12
Compiling generated Java code. Error
javac 1.8.0_60
src\b4a\example\ibitmaps2.java:3: error: package anywheresoftware.b4a does
not exist import anywheresoftware.b4a.BA;
^
1 error


What do you recommend to do?

Bye
 
Last edited:

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
It shows a similar error:

B4X:
Parsing code.                           0.01
Compiling code.                         0.01
Compiling layouts code.                 0.00
Generating R file.                      0.06
Compiling generated Java code.          Error
javac 1.8.0_60
src\it\android\imgspa\newproject\main.java:3: error: package anywheresoftware.b4a does not exist
import anywheresoftware.b4a.B4AMenuItem;
                           ^
1 error
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…