Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8367952

JavaFX does not support power9

XMLWordPrintable

    • other
    • linux

      ADDITIONAL SYSTEM INFORMATION :
      Fedora Linux running on a Talos II

      I tried openjdk java 22 and java 24. I downloaded the release binaries from:
      https://github.com/adoptium/temurin24-binaries/releases/
      https://github.com/adoptium/temurin22-binaries/releases/

      $ uname -a
      Linux fedora 6.16.7-200.fc42.ppc64le #1 SMP PREEMPT_DYNAMIC Thu Sep 11 16:47:45 UTC 2025 ppc64le GNU/Linux


      A DESCRIPTION OF THE PROBLEM :
      I discovered that javaFX does not run on power9 when I tried to run sparrow wallet (with openJDK version 22 & 24). Perhaps this is fixed with a later version of java?

      Thanks,

      Joshua


      $ ./sparrow

      .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%..............100%
      Downloading https://services.gradle.org/distributions/gradle-8.14.3-bin.zip

      Welcome to Gradle 8.14.3!

      Here are the highlights of this release:
      - Java 24 support
      - GraalVM Native Image toolchain selection
      - Enhancements to test reporting
      - Build Authoring improvements

      For more details see https://docs.gradle.org/8.14.3/release-notes.html

      Starting a Gradle Daemon (subsequent builds will be faster)
      > Task :buildSrc:compileJava
      > Task :buildSrc:compileGroovy NO-SOURCE
      > Task :buildSrc:pluginDescriptors
      > Task :buildSrc:processResources
      > Task :buildSrc:classes
      > Task :buildSrc:jar

      FAILURE: Build failed with an exception.

      * Where:
      Build file '/home/jeff/prog/sparrow/build.gradle' line: 3

      * What went wrong:
      An exception occurred applying plugin request [id: 'org-openjfx-javafxplugin']
      > Failed to apply plugin 'org-openjfx-javafxplugin'.
         > Could not create an instance of type org.openjfx.gradle.JavaFXOptions.
            > Unsupported JavaFX platform found: 'linux-ppcle_64'! This plugin is designed to work on supported platforms only.Current supported platforms are 'linux-x86_64', 'linux-x86_64-monocle', 'linux-aarch_64', 'linux-aarch_64-monocle', 'windows-x86_64', 'windows-x86_64-monocle', 'osx-x86_64', 'osx-x86_64-monocle', 'osx-aarch_64', 'osx-aarch_64-monocle'.

      * Try:
      > Run with --stacktrace option to get the stack trace.
      > Run with --info or --debug option to get more log output.
      > Run with --scan to get full insights.
      > Get more help at https://help.gradle.org.

      BUILD FAILED in 1m 11s
      4 actionable tasks: 4 executed




            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: