B4J Question Problem with shellba class

david13

Member
Licensed User
Hi all,

I installed b4j in a new machine with all the necessary files,
When I run a code wich is well runin in another machine, I get this error:

B4J Version : 7.00
Java Version : 8
Analyse du code. (0.25s)
Building folders structure. (0.05s)
Compilation du code. (0.70s)
Compilation du code des layouts. (0.00s)
Organiser les bibliothèques. (0.00s)
Compilation du code Java. Error
javac 1.8.0_181
src\b4j\example\ajouter_in_db.java:12: error: cannot find symbol
ba = new anywheresoftware.b4a.shell.ShellBA("b4j.example", "b4j.example.ajouter_in_db", null);
^
symbol: class ShellBA
location: package anywheresoftware.b4a.shell
1 error

I tried eveything I can
Plase any help
 

DonManfred

Expert
Licensed User
Longtime User
You are providing not enough informations.

Upload a example project which show this issue
 
Upvote 0
Top