Managed to get OpenJFX <https://wiki.openjdk.java.net/display/OpenJFX/Main> (open source version of JavaFX) working on the BBB, however it is running on Ubuntu. Got a sample JavaFX program (Ensemble) working by accident on X11 by specifying a renderer that isn't supported by OpenJFX. Key part here is that you *must* specify the unsupported renderer otherwise no JavaFX program will start, and some errors will appear in the terminal. Automatic renderer detection with OpenJFX is currently broken.
Big mystery as to what renderer is being used since it isn't listed in the Monocle <https://wiki.openjdk.java.net/display/OpenJFX/Monocle> wiki page on the OpenJDK website. X11 render doesn't work just in case anyone was wondering. Note that there are no existing builds of OpenJFX available to use on the BBB. A custom build must be created which is only compatible with Java SE 8 Embedded and Java SE 8. On Sunday, 5 October 2014 01:19:16 UTC+13, [email protected] wrote: > > Can any one post some updated info on getting JavaFX running on BBB with > the latest Debian. I'm new building kernels in Linux. I'm trying to get > JavaFX running on a BBB through the HDMI port and if possible a touchscreen > like the BB-VIEW or 4D. Any help would be greatly appreciated, even if its > just a link to an article I may have missed in my searh. > > Thanks, > Greg > > > On Tuesday, February 25, 2014 2:36:59 PM UTC-5, [email protected] > wrote: >> >> Hi littlf... >> Did you find how to get jdk8 and javafx running on BBB? >> I'm trying to do the same (RasPi was to slow, so I want to see if BBB >> does better). >> Also, how do you use sound in JavaFx+ RPi ??? (AudioClip and all media >> doesnt work on RPi) >> Thanks >> (It's been 2 days fighting with BBB, any herlp will be appreciated) >> @rodrinauta >> >> El viernes, 10 de enero de 2014 05:32:28 UTC-3, [email protected] >> escribió: >>> >>> > Do you need the JavaFX 8 graphics capabilities? If not, can you run >>> it with graphics disabled? >>> >>> I do need the graphics capabilities (otherwise I wouldn't use FX ;-) so >>> I cannot disable the graphics. >>> >>> > On the chance that there might be useful information in them, here are >>> two links for java I have from my days of noodling around with the raspi: >>> ... >>> >>> Thanks for the links but unfortunately they don't help. I have a Raspi >>> and I can also run my JavaFX applications on it without problems. But they >>> are rather slow on the Raspi so I wanted to do some performance tests with >>> the BBB hardware. >>> >> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
