GMan Well-Known Member Licensed User Longtime User May 1, 2021 #1 After coding a while i got suddenly the following error when compiling: B4X: B4J Version: 8.90 Parse den Code. (0.42s) Java Version: 8 Building folders structure. (0.06s) Führe individuellen Aktion aus. (0.28s) Kompiliere den Code. (0.28s) Kompiliere Layoutcode. (0.07s) Organisiere Libraries. (0.00s) Kompiliere generierten Java Code. Error javac 1.8.0_66 src\b4j\example\main.java:36: error: illegal start of expression frm.initWithStage(ba, stage, 1240, ); ^ 1 error Does anyone has an idea ? The last change was only the content of a Label Last edited: May 2, 2021
After coding a while i got suddenly the following error when compiling: B4X: B4J Version: 8.90 Parse den Code. (0.42s) Java Version: 8 Building folders structure. (0.06s) Führe individuellen Aktion aus. (0.28s) Kompiliere den Code. (0.28s) Kompiliere Layoutcode. (0.07s) Organisiere Libraries. (0.00s) Kompiliere generierten Java Code. Error javac 1.8.0_66 src\b4j\example\main.java:36: error: illegal start of expression frm.initWithStage(ba, stage, 1240, ); ^ 1 error Does anyone has an idea ? The last change was only the content of a Label
Sandman Expert Licensed User Longtime User May 1, 2021 #3 Help the other members by explaining what the problem was? Upvote 0
GMan Well-Known Member Licensed User Longtime User May 1, 2021 #4 Sure, sorry I killed the Height parameter (740) of the form B4X: #Region Project Attributes #MainFormWidth: 1240 #MainFormHeight: 740 #End Region Upvote 0
Sure, sorry I killed the Height parameter (740) of the form B4X: #Region Project Attributes #MainFormWidth: 1240 #MainFormHeight: 740 #End Region
Sandman Expert Licensed User Longtime User May 1, 2021 #5 I wonder if it could be considered a bug in B4J that the linter doesn't complain that the value was missing. In any case you should probably post a wish for it so the IDE would catch it for you. Upvote 0
I wonder if it could be considered a bug in B4J that the linter doesn't complain that the value was missing. In any case you should probably post a wish for it so the IDE would catch it for you.