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

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 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

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

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-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 j.kapi...@schwarze-allianz.de wrote: Hi Nick, i've read you found a solution, i had the same Problem (linux.grandle) in build folder there

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-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:

Building Openjfx on Centos 6.6

2014-12-28 Thread Nick Pratt
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? Im following the wiki for Linux builds and grabbed Gradle 1.8 (does the latest 2.2 work?) but Im failing to build with the following error: [work@nyprod1 rt]#

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 nbpr...@gmail.com wrote: Does anyone have any tips on getting Openjfx (latest source as of 2014-12-28 19:00 EST) to build on a Centos