Hi has anyone tried javaFX on 6410plus board.
i followed the instructions for raspbery pi, basically you need to use the arm sdk from http://gluonhq.com/open-source/javafxports/downloads/ and run your javaFX app with this command
sudo /opt/jdk1.8.0/bin/java \ -Djava.ext.dirs=build/armv6hf-sdk/rt/lib/ext \ -jar BrickBreaker.jar
The board freezes after executing the command.
Thanks