Erel B4X founder Staff member Licensed User Longtime User Sep 2, 2015 #1 B4J-Bridge is very useful for programming the Raspberry Pi (see this tutorial): https://www.b4x.com/android/forum/threads/jpi4j-raspberry-pi-gpio-controller.37493/ jPi4J library: https://www.b4x.com/android/forum/threads/jpi4j-raspberry-pi-gpio-controller.37493/ Traffic Light implementation: https://www.b4x.com/android/forum/threads/traffic-light-with-raspberry-pi.57889/ PiFace + server example: [WebApp] PiFace (Raspberry Pi) Server Example Raspberry Pi 2 server performance: Raspberry Pi 2 - Server Performance Robert Linn tutorials (search for Raspberry Pi): http://www.rwblinn.de/b4j/b4jhowto/index.htm Raspberry Pi Bluetooth - https://www.b4x.com/android/forum/threads/60214/#content Raspberry Pi CCTV - https://www.b4x.com/android/forum/threads/iot-raspberry-pi-cctv-with-mqtt.61574/ Note that starting from Java 8 it is no longer possible to create UI apps that run on these boards. If you need to create an interface then you can create a web app together with the local browser. Last edited: Dec 21, 2015
B4J-Bridge is very useful for programming the Raspberry Pi (see this tutorial): https://www.b4x.com/android/forum/threads/jpi4j-raspberry-pi-gpio-controller.37493/ jPi4J library: https://www.b4x.com/android/forum/threads/jpi4j-raspberry-pi-gpio-controller.37493/ Traffic Light implementation: https://www.b4x.com/android/forum/threads/traffic-light-with-raspberry-pi.57889/ PiFace + server example: [WebApp] PiFace (Raspberry Pi) Server Example Raspberry Pi 2 server performance: Raspberry Pi 2 - Server Performance Robert Linn tutorials (search for Raspberry Pi): http://www.rwblinn.de/b4j/b4jhowto/index.htm Raspberry Pi Bluetooth - https://www.b4x.com/android/forum/threads/60214/#content Raspberry Pi CCTV - https://www.b4x.com/android/forum/threads/iot-raspberry-pi-cctv-with-mqtt.61574/ Note that starting from Java 8 it is no longer possible to create UI apps that run on these boards. If you need to create an interface then you can create a web app together with the local browser.
alienhunter Active Member Licensed User Longtime User Sep 19, 2015 #2 sorry but i do run java 8 on a pi board , and ui app created with b4j with java8 http://www.rpiblog.com/2014/03/installing-oracle-jdk-8-on-raspberry-pi.html
sorry but i do run java 8 on a pi board , and ui app created with b4j with java8 http://www.rpiblog.com/2014/03/installing-oracle-jdk-8-on-raspberry-pi.html
MaFu Well-Known Member Licensed User Longtime User Oct 6, 2015 #3 As far as i know, JavaFX exists in the first versions of Java 8. Oracle removed it in Version 8.33. Therefore you should avoid updating Java.
As far as i know, JavaFX exists in the first versions of Java 8. Oracle removed it in Version 8.33. Therefore you should avoid updating Java.
Mark Turney Active Member Licensed User Longtime User Nov 7, 2015 #4 Correct- 8u6 is the latest recommended on the Pi with JavaFX support.
rbghongade Well-Known Member Licensed User Longtime User Dec 18, 2015 #5 Installing OpenFx solves the problem with latest JDK (which does not include JavaFx). http://108.61.191.178/downloads/openjfx-8u40-sdk-overlay-linux-armv6hf.zip
Installing OpenFx solves the problem with latest JDK (which does not include JavaFx). http://108.61.191.178/downloads/openjfx-8u40-sdk-overlay-linux-armv6hf.zip
ilan Expert Licensed User Longtime User Feb 14, 2016 #6 rbghongade said: Installing OpenFx solves the problem with latest JDK (which does not include JavaFx). http://108.61.191.178/downloads/openjfx-8u40-sdk-overlay-linux-armv6hf.zip Click to expand... Does it means that we can run ui apps on our raspberry pi? (Without any limitations)
rbghongade said: Installing OpenFx solves the problem with latest JDK (which does not include JavaFx). http://108.61.191.178/downloads/openjfx-8u40-sdk-overlay-linux-armv6hf.zip Click to expand... Does it means that we can run ui apps on our raspberry pi? (Without any limitations)
ilan Expert Licensed User Longtime User Feb 14, 2016 #7 Erel said: create a web app together with the local browser. Click to expand... Is it possible to create a webapp via b4j?
Erel said: create a web app together with the local browser. Click to expand... Is it possible to create a webapp via b4j?
Erel B4X founder Staff member Licensed User Longtime User Feb 14, 2016 #8 Yes. Note that you are not posting in the correct place.