CBL quick start guide question

I compiled the downloaded source code by Java 8 and got this error:
Error:failed to create a child event loop
also there was error on Order file because IDE expects that as java file but in downloaded source code Order is file type
does this relates to java version? also I changed the Order to Order.java and got same error

Do you have a stack trace for the error?

As for the file name, yes, please rename the file to give it .java extension. This is going to be fixed in the upcoming release.

Regards,
Mark

Hi

I solved the problem. For codeRunner.bat Java version 8 required.
Thanks
Mousa