mc73 Well-Known Member Licensed User Longtime User Oct 27, 2015 #1 I get this B4X: B4J version: 3.70 Parsing code. (0.48s) Compiling code. (1.15s) Compiling layouts code. (0.00s) Compiling generated Java code. Error B4J line: 56 start_server javac 1.7.0_45 src\myCompany\myProject\main.java:339: error: cannot find symbol _start_server(); ^ symbol: method _start_server() location: class main This only happens in debug mode, and did not in earlier versions of b4j.
I get this B4X: B4J version: 3.70 Parsing code. (0.48s) Compiling code. (1.15s) Compiling layouts code. (0.00s) Compiling generated Java code. Error B4J line: 56 start_server javac 1.7.0_45 src\myCompany\myProject\main.java:339: error: cannot find symbol _start_server(); ^ symbol: method _start_server() location: class main This only happens in debug mode, and did not in earlier versions of b4j.
R Roycefer Well-Known Member Licensed User Longtime User Oct 27, 2015 #2 Does this still happen if you use Java 8?
mc73 Well-Known Member Licensed User Longtime User Oct 27, 2015 #3 Roycefer said: Does this still happen if you use Java 8? Click to expand... Yes.
Erel B4X founder Staff member Licensed User Longtime User Oct 28, 2015 #4 Can you upload the project?
mc73 Well-Known Member Licensed User Longtime User Oct 28, 2015 #5 Erel said: Can you upload the project? Click to expand... No need to. I found out that the problem seems to appear when using startMessageLoop. Please check the tiny project I attach. Don't know if it's a bug, or a fault in my configuration, but I get the very same mistake when compiling. Attachments startMessageLoopBug.zip 936 bytes · Views: 452
Erel said: Can you upload the project? Click to expand... No need to. I found out that the problem seems to appear when using startMessageLoop. Please check the tiny project I attach. Don't know if it's a bug, or a fault in my configuration, but I get the very same mistake when compiling.
Erel B4X founder Staff member Licensed User Longtime User Oct 28, 2015 #6 It is fixed for the next update.