Re: Building Openjfx on Centos 6.6

2015-01-07 Thread Nick Pratt
Does any of this output give any indication as to what's going on? Ive tried various combinations of the params for dispman.display and dispman.layer but still don't see any sign of activity on the TFT screen. On Sat, Jan 3, 2015 at 2:36 PM, Nick Pratt wrote: > This is the output from my Pi w

Re: Building Openjfx on Centos 6.6

2015-01-03 Thread Nick Pratt
This is the output from my Pi with the modified JDK: pi@raspberrypi ~ $ sudo /opt/java/jre/bin/java -Djavafx.platform=monocle -Dmonocle.screen.fb="/dev/fb1" -Ddispman.display=0 -Ddispman.layer=1 -Dprism.verbose=true -Djavafx.verbose=true -jar JavaFXApp.jar Prism pipeline init order: es2 sw Using

Re: Building Openjfx on Centos 6.6

2015-01-02 Thread David Hill
On 12/31/14, 9:45 PM, Nick Pratt wrote: Thanks for the help. So now I can invoke Java without the link errors, but my JavaFX app isnt appearing on the attached TFT screen ( Note: I can get 'x' to appear on the the Pi TFT screen by setting the FRAMEBUFFER variable prior to invoking startx so I

Re: Building Openjfx on Centos 6.6

2015-01-02 Thread David Hill
On 1/1/15, 12:18 PM, Jens Kapitza wrote: Am 30.12.2014 um 14:16 schrieb Nick Pratt: Ok, I setup a fresh Ubuntu 12.0.4 server install on a VM (32 bit this time), installed Gradle 1.8, Oracle JDK 1.8u25 (x86 version, removed the existing jfxrt.jar), grabbed all the latest OpenJFX source and Pi/

Re: Building Openjfx on Centos 6.6

2015-01-01 Thread Jens Kapitza
Am 30.12.2014 um 14:16 schrieb Nick Pratt: Ok, I setup a fresh Ubuntu 12.0.4 server install on a VM (32 bit this time), installed Gradle 1.8, Oracle JDK 1.8u25 (x86 version, removed the existing jfxrt.jar), grabbed all the latest OpenJFX source and Pi/Arm tool chain and rebuilt. I copied the

Re: Building Openjfx on Centos 6.6

2015-01-01 Thread Jens Kapitza
Am 30.12.2014 um 13:37 schrieb Nick Pratt: Thanks - Do I have to use OpenJDK or will the latest Oracle JDK (8u25 at time of writing) work? I've read that Oracle (for ARM 8u6 - as far as i can remember) not work without removing jfxrt.jar file. i would use OpenJDK there are ubuntu or debian

Re: Building Openjfx on Centos 6.6

2014-12-31 Thread Nick Pratt
Thanks for the help. So now I can invoke Java without the link errors, but my JavaFX app isnt appearing on the attached TFT screen ( Note: I can get 'x' to appear on the the Pi TFT screen by setting the FRAMEBUFFER variable prior to invoking startx so I know my TFT screen is setup and the right Ke

Re: Building Openjfx on Centos 6.6

2014-12-31 Thread David Hill
Nick found a good one, took me a while to find the obvious :-p The UnsatisfiedLinkError was caused by old ARM JFX jars that were not overriden when he copied the new bits into the JDK. On ARM we have a split set of jars for FX that we ship, but when we build, we only build the single jfxrt.ja

Re: Building Openjfx on Centos 6.6

2014-12-30 Thread Nick Pratt
Ok, I setup a fresh Ubuntu 12.0.4 server install on a VM (32 bit this time), installed Gradle 1.8, Oracle JDK 1.8u25 (x86 version, removed the existing jfxrt.jar), grabbed all the latest OpenJFX source and Pi/Arm tool chain and rebuilt. I copied the resulting contents of ./rt/build/armv6hf-sdk/rt

Re: Building Openjfx on Centos 6.6

2014-12-30 Thread Nick Pratt
Thanks - Do I have to use OpenJDK or will the latest Oracle JDK (8u25 at time of writing) work? Nick On Tue, Dec 30, 2014 at 6:40 AM, Jens Kapitza wrote: > Hi Nick, > > i've read you found a solution, i had the same Problem (linux.grandle) > > in build folder there were some empty build files.

Re: Building Openjfx on Centos 6.6

2014-12-30 Thread Jens Kapitza
Hi Nick, i've read you found a solution, i had the same Problem (linux.grandle) in build folder there were some empty build files. as far as i can remember linux_tools the script tries to find cflags and linker options but there is an empty file (i've just deleted this file, clean rebuild

Re: Building Openjfx on Centos 6.6

2014-12-29 Thread Nick Pratt
So I made some progress here: I had installed Ubuntu 14.x 64-bit version. Once I installed the ia32-libs (replacement versions for Ubuntu 14 since ia32-libs) isnt available anymore, I got the ARM HF to build. I installed on my Pi, but Im getting link errors when I try and run a JFX program: jav

Re: Building Openjfx on Centos 6.6

2014-12-28 Thread Morris Meyer
What JDK are you using? That looks like an older version of the String class. Gradle 1.8 is recommended. --mm > On Dec 28, 2014, at 7:35 PM, Nick Pratt wrote: > > Does anyone have any tips on getting Openjfx (latest source as of > 2014-12-28 19:00 EST) to build on a Centos 6.6 box? > >