K Kapslok Member Licensed User Longtime User Apr 19, 2011 #1 Compiling code. 0.19 Generating R file. 0.00 Compiling generated Java code. Error B4A line: 3646 uu=Sform(a) javac 1.6.0_23 src\Games\Name\main.java:954: ';' expected _ax = (int)((_px[_a])/(double)4)} //BA.debugLineNum = 3646;BA.debugLine="uu=Sform(a)"; ^ 1 error My mistake, I found a typing error. However, it would be good to know why this error was reported by javac and not by B4A IDE? Last edited: Apr 19, 2011
Compiling code. 0.19 Generating R file. 0.00 Compiling generated Java code. Error B4A line: 3646 uu=Sform(a) javac 1.6.0_23 src\Games\Name\main.java:954: ';' expected _ax = (int)((_px[_a])/(double)4)} //BA.debugLineNum = 3646;BA.debugLine="uu=Sform(a)"; ^ 1 error My mistake, I found a typing error. However, it would be good to know why this error was reported by javac and not by B4A IDE?
K kickaha Well-Known Member Licensed User Longtime User Apr 19, 2011 #2 You would need to tell us what the typing error was.