Please - is it possible to use a WebView on a Pi with B4J
I've my proof of concept working for a UI interfaced to the Serial port now
Next stage was the WebView which I thought would be the easy bit. I can get the Proof of Concept working in B4J on the PC but it doesn't work on the Pi
When you start the program on the Pi
The full error can be seen here if it helps
https://pastebin.com/BKX8ds3g
It's not a very helpful message to me at least.
This happens when the loadlayout is executed
I have a working program that runs on B4J on the PC but this is the simplest sample I could produce which has the error see tryVW.zip attached
B4J is version 7.00 and the Java on the Pi is BellSoft Liberica is a build of OpenJDK 11.0.1
Thanks - Jon
I've my proof of concept working for a UI interfaced to the Serial port now
Next stage was the WebView which I thought would be the easy bit. I can get the Proof of Concept working in B4J on the PC but it doesn't work on the Pi
When you start the program on the Pi
B4X:
Program started.
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
The full error can be seen here if it helps
https://pastebin.com/BKX8ds3g
It's not a very helpful message to me at least.
This happens when the loadlayout is executed
I have a working program that runs on B4J on the PC but this is the simplest sample I could produce which has the error see tryVW.zip attached
B4J is version 7.00 and the Java on the Pi is BellSoft Liberica is a build of OpenJDK 11.0.1
Thanks - Jon