Building Openjfx on Centos 6.6
Morris Meyer
morris.meyer at oracle.com
Mon Dec 29 02:11:20 UTC 2014
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 <nbpratt at 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 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 at nyprod1 rt]# /opt/gradle/bin/gradle
>
> :buildSrc:generateGrammarSource UP-TO-DATE
>
> :buildSrc:compileJava UP-TO-DATE
>
> :buildSrc:compileGroovy UP-TO-DATE
>
> :buildSrc:processResources UP-TO-DATE
>
> :buildSrc:classes UP-TO-DATE
>
> :buildSrc:jar UP-TO-DATE
>
> :buildSrc:assemble UP-TO-DATE
>
> :buildSrc:compileTestJava UP-TO-DATE
>
> :buildSrc:compileTestGroovy UP-TO-DATE
>
> :buildSrc:processTestResources UP-TO-DATE
>
> :buildSrc:testClasses UP-TO-DATE
>
> :buildSrc:test UP-TO-DATE
>
> :buildSrc:check UP-TO-DATE
>
> :buildSrc:build UP-TO-DATE
>
>
> FAILURE: Build failed with an exception.
>
>
> * Where:
>
> Script '/work/WorkingCopies/rt/buildSrc/linux.gradle' line: 78
>
>
> * What went wrong:
>
> A problem occurred evaluating script.
>
>> Cannot invoke method split() on null object
>
>
> * Try:
>
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
>
> BUILD FAILED
>
>
> Total time: 8.96 secs
>
>
> If anyone has any tips or suggestions to get this compiling on Centos 6.x
> they would be most appreciated.
More information about the openjfx-dev
mailing list