Version 2.5 Compile Error?

Brookalino

Member
Licensed User
Longtime User
Good afternoon Erel,

Thank you for the new version of B4A, there looks to be some great additional updates..

My current development apps open fine in v2.5 but whenever i compile (F5)
I receive this error??

Parsing code. 0.17
Compiling code. 0.65
Compiling layouts code. 0.11
Generating R file. 0.64
Compiling generated Java code. Error
javac 1.6.0_21
src\sarasota\utd\fc\table.java:8: cannot find symbol
symbol : class ImplB4AClass
location: class anywheresoftware.b4a.B4AClass
public class table extends B4AClass.ImplB4AClass{
^
1 error


Could this be an old version of the javac?
 

Brookalino

Member
Licensed User
Longtime User
Erel,

I uninstalled both the current version and the old version, cleared out all the xml files, cleared the registry settings..installed v2.5 and got the same message?

Any other ideas would be very appreciated?
 
Last edited:
Upvote 0

Brookalino

Member
Licensed User
Longtime User
Ok... I have it working now...
I was stupidly adding the library files back over the new install!!
Duurrr!! haha..

:signOops:

Thanks.
 
Upvote 0

Noelkman

Member
Licensed User
Longtime User
Erel,
now I'm having the same problem. It was working great until today.
I did already all steps suggested in this thread with no luck. The IDE does not even detect any Vars or Subs. Everything is displayed in red.

Any other things I could try?

Thomas
 
Upvote 0

Noelkman

Member
Licensed User
Longtime User
Never mind Erel,
my Source Code was totally messed up. I scrolled down and saw that between yesterday and today it had somewhat about 8000 empty rows added in the middle of the code. I don't know how this happend!?
But actually it was a good stress test for the IDE because it froze up.

Anyways, keep the good work going.

Thanks,

Thomas
 
Upvote 0
Top