error 54 when compile

fifiddu70

Well-Known Member
Licensed User
Longtime User
i have this error when compile my project:

Compiling code. 0.04
Compiling layouts code. 0.01
Generating R file. 0.01
Compiling generated Java code. Error
javac 1.7.0_03
src\com\pippo\deejay\main.java:54: error: cannot find symbol
processBA.sharedProcessBA.activityBA = null;
^
symbol: variable sharedProcessBA
location: variable processBA of type BA
1 error





one help?
 

fifiddu70

Well-Known Member
Licensed User
Longtime User
yes erel, thank for your help, i copy and overwrite the libraries directory with one old libraries.
 
Upvote 0

GPJMA

Member
Licensed User
Longtime User
HELP with error on compiling

I get this message on all my attempts to compile anything

Compiling code. 0.12
Compiling layouts code. 0.01
Generating R file. 0.01
Compiling generated Java code. Error
javac 1.7.0_02
src\anywheresoftware\b4a\samples\slidingpanels\main.java:54: error: cannot find symbol
processBA.sharedProcessBA.activityBA = null;
^
symbol: variable sharedProcessBA
location: variable processBA of type BA
1 error

I have no idea what BAshared.jar is or how to fix it. Any help would be gratefully accepted.
Cheers
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
This error happens because you have an old version of B4AShared.jar in your additional libraries folder (the folder that is set under Tools - Configure paths). You should just delete this file as there is a newer one in the internal libraries folder.

This issue will not happen any more in v2.20 as the internal libraries folder will be checked first.
 
Upvote 0
Top