I don't use both but I did a test and it works fine with java version "1.8.0_191" which is java 8 I think.
I think it might be that you have a broken js or unsupported js(make sure no es6) in your code, you can look at using polyfills, I use them for my in Vue js to work well with b4x.
Anyways this is the sample I used. I also added a sample way to detect errors in your code.
I don't use both but I did a test and it works fine with java version "1.8.0_191" which is java 8 I think.
I think it might be that you have a broken js or unsupported js(make sure no es6) in your code, you can look at using polyfills, I use them for my in Vue js to work well with b4x.
Anyways this is the sample I used. I also added a sample way to detect errors in your code.