JAVAFX and Raspberry PI B

David Hill David.Hill at Oracle.com
Mon Sep 15 19:41:07 UTC 2014


On 9/14/14, 12:07 PM, Francisco Javier Godino wrote:
> Hi David:
>
>
>
>
> If I run "java -version", I see this:
>
> java version "1.8.0_06"
> Java(TM) SE Runtime Environment (build 1.8.0_06-b23)
> Java HotSpot(TM) Client VM (build 25.6-b23, mixed mode)
>
> I suppose that I installed the correct one, isn't it?
Indeed, that is the current public release. You can check that it has FXML like I did:

root at imx6qsabresd:~/sb/tmp# jar tf /opt/jdk1.8.0_06/jre/lib/ext/jfxrt-controls.jar | grep FXML
javafx/fxml/FXML.class
...

There are two jar files that add up to JFX on ARM - jfxrt-controls.jar and jfxrt-graphics.jar. How are you launching your application ?

Dave


-- 
David Hill<David.Hill at Oracle.com>
Java Embedded Development

"A man's feet should be planted in his country, but his eyes should survey the world."
-- George Santayana (1863 - 1952)



More information about the openjfx-dev mailing list