Re: JavaFX on Raspberry Pi

2015-12-11 Thread Alexander Kouznetsov
The web page https://wiki.openjdk.java.net/display/OpenJFX/OpenJFX+on+the+Raspberry+Pi was last updated in June and it implies that JavaFX is included in the Java 8 Arm build. Where do I find the current instructions for getting JavaFX onto a Raspberry Pi? Is there anything pre-built available, or

Re: JavaFX on Raspberry Pi

2015-12-06 Thread Chris Newland
Pi was > last updated in June and it implies that JavaFX is included in the Java 8 Arm > build. Where do I find the current instructions for getting JavaFX onto a > Raspberry Pi? > > Is there anything pre-built available, or am I forced to build it myself with > the instruction

Re: JavaFX on Raspberry Pi

2015-12-05 Thread Scott Palmer
on+the+Raspberry+Pi >> was last updated in June and it implies that JavaFX is included in the Java >> 8 Arm build. Where do I find the current instructions for getting JavaFX >> onto a Raspberry Pi? >> >> Is there anything pre-built available, or am I forced to bui

JavaFX on Raspberry Pi

2015-12-05 Thread Scott Palmer
that JavaFX is included in the Java 8 Arm build. Where do I find the current instructions for getting JavaFX onto a Raspberry Pi? Is there anything pre-built available, or am I forced to build it myself with the instructions here: https://wiki.openjdk.java.net/display/OpenJFX/Cross+Building+for+ARM

Re: JavaFX on Raspberry Pi

2015-12-05 Thread Jonathan Giles
ies that JavaFX is included in the >Java 8 Arm build. Where do I find the current instructions for getting >JavaFX onto a Raspberry Pi? > >Is there anything pre-built available, or am I forced to build it >myself with the instructions here: >https://wiki.openjdk.java.net/display/OpenJF

Re: JAVAFX and Raspberry PI B

2014-09-15 Thread David Hill
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?

Re: JAVAFX and Raspberry PI B

2014-09-14 Thread Francisco Javier Godino
Hi David: I followed this instructions: http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RaspberryPiFX/raspberryfx.html#overview The jdk recommended is as follows: Oracle Java SE 8 JDK for Linux ARMV6/7 I don't remember how, I get the same java that you mention in

JAVAFX and Raspberry PI B

2014-09-12 Thread Francisco Javier Godino
Hello: I installed Oracle Java SE 8 JDK for Linux ARMV6/7 on Raspberry PI using Oracle indications. http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RaspberryPiFX/raspberryfx.html#overview I created an application to run on it and I have an issue loading FXML. The code is:

Re: JAVAFX and Raspberry PI B

2014-09-12 Thread Jerome Cambon
FXMLLoader should be part of jfxrt-controls.jar (in jre/lib/ext directory) Jerome On 9/12/14, 4:36 PM, Francisco Javier Godino wrote: Hello: I installed Oracle Java SE 8 JDK for Linux ARMV6/7 on Raspberry PI using Oracle indications.

Re: JAVAFX and Raspberry PI B

2014-09-12 Thread David Hill
On 9/12/14, 10:36 AM, Francisco Javier Godino wrote: Hello: I installed Oracle Java SE 8 JDK for Linux ARMV6/7 on Raspberry PI using Oracle indications. http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RaspberryPiFX/raspberryfx.html#overview Are you sure you are getting the